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

/haiku/headers/cpp/
H A Dstl_function.h552 class const_mem_fun1_ref_t : public binary_function<_Tp,_Arg,_Ret> { class in inherits:binary_function
628 class const_mem_fun1_ref_t<void, _Tp, _Arg> class in inherits:binary_function
631 explicit const_mem_fun1_ref_t(void (_Tp::*__pf)(_Arg) const) : _M_f(__pf) {} function in class:const_mem_fun1_ref_t

Completed in 38 milliseconds