Struct template binder2nd<FunT &, SecondArgT>
boost::log::binder2nd<FunT &, SecondArgT> — Second argument binder.
Synopsis
template<typename FunT, typename SecondArgT>
struct binder2nd<FunT &, SecondArgT> {
typedef remove_cv< FunT >::type::result_type result_type;
binder2nd(FunT &, unspecified);
template<typename T> result_type operator()(T const &) const;
template<typename T0, typename T1>
result_type operator()(T0 const &, T1 const &) const;
};
Description
binder2nd
public
construct/copy/destruct
binder2nd(FunT & fun, неуточненный arg;
binder2nd public member functions
template<typename T> result_typeоператор()T const& argconst;
templatetypename T0, typename T1> result_typeоператор()T0 &T1const &const;