std::mem_fun_ref_t,std::mem_fun1_ref_t,std::const_mem_fun_ref_t, (3) - Linux Manuals
std::mem_fun_ref_t,std::mem_fun1_ref_t,std::const_mem_fun_ref_t,: std::mem_fun_ref_t,std::mem_fun1_ref_t,std::const_mem_fun_ref_t,
NAME
std::mem_fun_ref_t,std::mem_fun1_ref_t,std::const_mem_fun_ref_t, - std::mem_fun_ref_t,std::mem_fun1_ref_t,std::const_mem_fun_ref_t,
Synopsis
template<
class mem_fun_ref_t : public unary_function<T,S>
public:
explicit mem_fun_ref_t(S
S operator()(T&
};
template<
class const_mem_fun_ref_t : public unary_function<T,S>
public:
explicit const_mem_fun_ref_t(S
S operator()(const T&
};
template<
class mem_fun1_ref_t : public binary_function<T,A,S>
public:
explicit mem_fun1_ref_t(S
S operator()(T&
};
template<