Searched defs:mem_fun1_t (Results 1 – 4 of 4) sorted by relevance
6 mem_fun1_t(S (T::*pf)(double)) {} in mem_fun1_t() function12 mem_fun1_t(void (T::*pf)(double)) {} in mem_fun1_t() function
43 _LIBCPP_INLINE_VISIBILITY explicit mem_fun1_t(_Sp (_Tp::*__p)(_Ap)) in mem_fun1_t() function
571 explicit mem_fun1_t(_Ret (_Tp::*__pf)(_Arg)) : _M_f(__pf) {} in mem_fun1_t() function652 explicit mem_fun1_t(void (_Tp::*__pf)(_Arg)) : _M_f(__pf) {} in mem_fun1_t() function
651 mem_fun1_t(_Ret (_Tp::*__pf)(_Arg)) in mem_fun1_t() function