Searched defs:mem_fun1_ref_t (Results 1 - 1 of 1) sorted by relevance

/haiku/headers/cpp/
H A Dstl_function.h543 class mem_fun1_ref_t : public binary_function<_Tp,_Arg,_Ret> { class in inherits:binary_function
618 class mem_fun1_ref_t<void, _Tp, _Arg> class in inherits:binary_function
621 explicit mem_fun1_ref_t(void (_Tp::*__pf)(_Arg)) : _M_f(__pf) {} function in class:mem_fun1_ref_t

Completed in 34 milliseconds