Searched defs:mem_fun_t (Results 1 – 3 of 3) sorted by relevance
31 _LIBCPP_INLINE_VISIBILITY explicit mem_fun_t(_Sp (_Tp::*__p)()) in mem_fun_t() function
531 explicit mem_fun_t(_Ret (_Tp::*__pf)()) : _M_f(__pf) {} in mem_fun_t() function612 explicit mem_fun_t(void (_Tp::*__pf)()) : _M_f(__pf) {} in mem_fun_t() function
587 mem_fun_t(_Ret (_Tp::*__pf)()) in mem_fun_t() function