Searched defs:const_mem_fun1_t (Results 1 – 3 of 3) sorted by relevance
115 _LIBCPP_INLINE_VISIBILITY explicit const_mem_fun1_t(_Sp (_Tp::*__p)(_Ap) const) in const_mem_fun1_t() function
581 explicit const_mem_fun1_t(_Ret (_Tp::*__pf)(_Arg) const) : _M_f(__pf) {} in const_mem_fun1_t() function663 explicit const_mem_fun1_t(void (_Tp::*__pf)(_Arg) const) : _M_f(__pf) {} in const_mem_fun1_t() function
667 const_mem_fun1_t(_Ret (_Tp::*__pf)(_Arg) const) in const_mem_fun1_t() function