Third argument binder. More...
#include <bind.hpp>
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 |
Third argument binder.
typedef FunT::result_type boost::binder3rd< FunT, ThirdArgT >::result_type |
|
inline |
|
inline |
References operator()().