Template Struct bitwise_or

Inheritance Relationships

Base Type

  • public std::binary_function< T1, T1, T1 >

Struct Documentation

template<typename T1>
struct bitwise_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