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>

Inheritance diagram for boost::binder3rd< FunT, ThirdArgT >:
Collaboration diagram for boost::binder3rd< FunT, ThirdArgT >:

Public Types

typedef FunT::result_type result_type
 

Public Member Functions

 binder3rd (FunT const &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 FunT::result_type boost::binder3rd< FunT, ThirdArgT >::result_type

Constructor & Destructor Documentation

template<typename FunT, typename ThirdArgT>
boost::binder3rd< FunT, ThirdArgT >::binder3rd ( FunT const &  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

References operator()().


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