Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::binder3rd< FunT &, ThirdArgT > Struct Template Reference

Third argument binder. More...

#include <bind.hpp>

Public Types

typedef remove_cv< FunT >
::type::result_type 
result_type
 

Public Member Functions

 binder3rd (FunT &fun, typename aux::make_arg_type< ThirdArgT >::type arg)
 
template<typename T0 , typename T1 >
result_type operator() (T0 const &arg0, T1 const &arg1) const
 

Detailed Description

template<typename FunT, typename ThirdArgT>
struct boost::binder3rd< FunT &, ThirdArgT >

Third argument binder.

Member Typedef Documentation

template<typename FunT , typename ThirdArgT >
typedef remove_cv< FunT >::type::result_type boost::binder3rd< FunT &, ThirdArgT >::result_type

Constructor & Destructor Documentation

template<typename FunT , typename ThirdArgT >
boost::binder3rd< FunT &, ThirdArgT >::binder3rd ( FunT &  fun,
typename aux::make_arg_type< ThirdArgT >::type  arg 
)
inline

Member Function Documentation

template<typename FunT , typename ThirdArgT >
template<typename T0 , typename T1 >
result_type boost::binder3rd< FunT &, ThirdArgT >::operator() ( T0 const &  arg0,
T1 const &  arg1 
) const
inline

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