Struct template binder3rd
boost::log::binder3rd — Third argument binder.
Synopsis
template<typename FunT, typename ThirdArgT>
struct binder3rd : private FunT {
typedef FunT::result_type result_type;
binder3rd(FunT const &, unspecified);
template<typename T0, typename T1>
result_type operator()(T0 const &, T1 const &) const;
};
Description
binder3rd
public
construct/copy/destruct
- <
binder3rd(FunTconst&fun,unspecifiedarg);
>
binder3rd public member functions
- <
template<typenameT0,typenameT1>
result_typeoperator()(T0const&arg0,T1const&arg1)const;
>