Template Struct bitwise_or¶
Defined in File Pixel.h
Struct Documentation¶
-
template<typename
T1
>
structbitwise_or
: public std::binary_function<T1, T1, 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,
Public Functions
-
T1
operator()
(const T1 &x, const T1 &y) const
-
T1
operator()
(const T1 &x) const