#include <apply_operation_base.hpp>
Public Types | |
typedef Op::result_type | result_type |
Public Member Functions | |
reduce_bind2 (const Bits1 &bits1, std::size_t index1, Op &op) | |
template<typename T2 > | |
result_type | operator() (const T2 &t2) |
Public Attributes | |
const Bits1 & | _bits1 |
std::size_t | _index1 |
Op & | _op |
typedef Op::result_type boost::gil::detail::reduce_bind2< Types1, Bits1, Op >::result_type |
|
inline |
|
inline |
const Bits1& boost::gil::detail::reduce_bind2< Types1, Bits1, Op >::_bits1 |
std::size_t boost::gil::detail::reduce_bind2< Types1, Bits1, Op >::_index1 |
Op& boost::gil::detail::reduce_bind2< Types1, Bits1, Op >::_op |