Struct template binder3rd<FunT &, ThirdArgT>
boost::log::binder3rd<FunT &, ThirdArgT> — Third argument binder.
Synopsis
template<typename FunT, typename ThirdArgT>
struct binder3rd<FunT &, ThirdArgT> {
typedef remove_cv< FunT >::type::result_type result_type;
binder3rd(FunT &, unspecified);
template<typename T0, typename T1>
result_type operator()(T0 const &, T1 const &) const;
};
Description
binder3rd
public
construct/copy/destruct
binder3rd(FunT & fun, unspecified arg);
binder3rd public member functions
- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><