Struct template binder1st<FunT &, FirstArgT>
boost::log::binder1st<FunT &, FirstArgT> — First argument binder.
Synopsis
template<typename FunT, typename FirstArgT>
struct binder1st<FunT &, FirstArgT> {
typedef remove_cv< FunT >::type::result_type result_type;
binder1st(FunT &, unspecified);
result_type operator()() const;
template<typename T0> result_type operator()(T0 const &) const;
template<typename T0, typename T1>
result_type operator()(T0 const &, T1 const &) const;
};
Description
binder1st
public
construct/copy/destruct
binder1st(FunT & fun, unspecified arg);
binder1st public member functions
result_type оператор()() const;
template<typename T0> result_type оператор()(T0& arg0>const>>>>>>>>>
- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><