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

/haiku/headers/cpp/
H A Dfunction.h105 using __STD::mem_fun1_ref_t;
H A Dstl_function.h543 class mem_fun1_ref_t : public binary_function<_Tp,_Arg,_Ret> { class in inherits:binary_function
545 explicit mem_fun1_ref_t(_Ret (_Tp::*__pf)(_Arg)) : _M_f(__pf) {}
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
669 inline mem_fun1_ref_t<_Ret,_Tp,_Arg> mem_fun_ref(_Ret (_Tp::*__f)(_Arg))
670 { return mem_fun1_ref_t<_Ret,_Tp,_Arg>(__f); }
686 inline mem_fun1_ref_t<_Ret,_Tp,_Arg> mem_fun1_ref(_Ret (_Tp::*__f)(_Arg))
687 { return mem_fun1_ref_t<_Ret,_Tp,_Arg>(__f); }

Completed in 83 milliseconds