#include <apply_operation_base.hpp>
Public Types | |
| typedef Op::result_type | result_type |
Public Member Functions | |
| reduce_bind1 (const T2 &t2, Op &op) | |
| template<typename T1 > | |
| result_type | operator() (const T1 &t1) |
Public Attributes | |
| const T2 & | _t2 |
| Op & | _op |
| typedef Op::result_type boost::gil::detail::reduce_bind1< T2, Op >::result_type |
|
inline |
|
inline |
References boost::gil::detail::reduce_bind1< T2, Op >::_op.
| Op& boost::gil::detail::reduce_bind1< T2, Op >::_op |
Referenced by boost::gil::detail::reduce_bind1< T2, Op >::operator()().
| const T2& boost::gil::detail::reduce_bind1< T2, Op >::_t2 |