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

/haiku/headers/cpp/
H A Dstl_function.h506 class mem_fun_ref_t : public unary_function<_Tp,_Ret> { class in inherits:unary_function
581 class mem_fun_ref_t<void, _Tp> : public unary_function<_Tp,void> { class in inherits:unary_function
583 explicit mem_fun_ref_t(void (_Tp::*__pf)()) : _M_f(__pf) {} function in class:mem_fun_ref_t

Completed in 28 milliseconds