Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::gil::detail::reduce_bind1< T2, Op > Struct Template Reference

#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
 

Member Typedef Documentation

template<typename T2 , typename Op >
typedef Op::result_type boost::gil::detail::reduce_bind1< T2, Op >::result_type

Constructor & Destructor Documentation

template<typename T2 , typename Op >
boost::gil::detail::reduce_bind1< T2, Op >::reduce_bind1 ( const T2 &  t2,
Op &  op 
)
inline

Member Function Documentation

template<typename T2 , typename Op >
template<typename T1 >
result_type boost::gil::detail::reduce_bind1< T2, Op >::operator() ( const T1 &  t1)
inline

Member Data Documentation

template<typename T2 , typename Op >
Op& boost::gil::detail::reduce_bind1< T2, Op >::_op
template<typename T2 , typename Op >
const T2& boost::gil::detail::reduce_bind1< T2, Op >::_t2

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