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

/haiku/headers/cpp/
H A Dstl_function.h515 class const_mem_fun_ref_t : public unary_function<_Tp,_Ret> { class in inherits:unary_function
590 class const_mem_fun_ref_t<void, _Tp> : public unary_function<_Tp,void> { class in inherits:unary_function
592 explicit const_mem_fun_ref_t(void (_Tp::*__pf)() const) : _M_f(__pf) {} function in class:const_mem_fun_ref_t

Completed in 34 milliseconds