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

Second argument binder. More...

#include <bind.hpp>

Public Types

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

Public Member Functions

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

Detailed Description

template<typename FunT, typename SecondArgT>
struct boost::binder2nd< FunT &, SecondArgT >

Second argument binder.

Member Typedef Documentation

template<typename FunT , typename SecondArgT >
typedef remove_cv< FunT >::type::result_type boost::binder2nd< FunT &, SecondArgT >::result_type

Constructor & Destructor Documentation

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

Member Function Documentation

template<typename FunT , typename SecondArgT >
template<typename T >
result_type boost::binder2nd< FunT &, SecondArgT >::operator() ( T const &  arg) const
inline
template<typename FunT , typename SecondArgT >
template<typename T0 , typename T1 >
result_type boost::binder2nd< FunT &, SecondArgT >::operator() ( T0 const &  arg0,
T1 const &  arg1 
) const
inline

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