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

First argument binder. More...

#include <bind.hpp>

Public Types

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

Public Member Functions

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

Detailed Description

template<typename FunT, typename FirstArgT>
struct boost::binder1st< FunT &, FirstArgT >

First argument binder.

Member Typedef Documentation

template<typename FunT , typename FirstArgT >
typedef remove_cv< FunT >::type::result_type boost::binder1st< FunT &, FirstArgT >::result_type

Constructor & Destructor Documentation

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

Member Function Documentation

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

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