lsst.afw g5a732f18d5+53520f316c
Loading...
Searching...
No Matches
Public Member Functions | List of all members
lsst::afw::image::pixel::bitwise_or< T1 > Struct Template Reference

bitwise_or doesn't seem to be in std:: More...

#include <Pixel.h>

Public Member Functions

T1 operator() (const T1 &x, const T1 &y) const
 
T1 operator() (const T1 &x) const
 

Detailed Description

template<typename T1>
struct lsst::afw::image::pixel::bitwise_or< T1 >

bitwise_or doesn't seem to be in std::

Note
We provide a single-operand version for when the right-hand-side of an expression is a scalar, not a masked pixel,

Definition at line 348 of file Pixel.h.

Member Function Documentation

◆ operator()() [1/2]

template<typename T1 >
T1 lsst::afw::image::pixel::bitwise_or< T1 >::operator() ( const T1 & x) const
inline

Definition at line 350 of file Pixel.h.

◆ operator()() [2/2]

template<typename T1 >
T1 lsst::afw::image::pixel::bitwise_or< T1 >::operator() ( const T1 & x,
const T1 & y ) const
inline

Definition at line 349 of file Pixel.h.


The documentation for this struct was generated from the following file: