Searched defs:const_mem_fun1_ref_t (Results 1 – 3 of 3) sorted by relevance
151 _LIBCPP_INLINE_VISIBILITY explicit const_mem_fun1_ref_t(_Sp (_Tp::*__p)(_Ap) const) in const_mem_fun1_ref_t() function
602 explicit const_mem_fun1_ref_t(_Ret (_Tp::*__pf)(_Arg) const) : _M_f(__pf) {} in const_mem_fun1_ref_t() function685 explicit const_mem_fun1_ref_t(void (_Tp::*__pf)(_Arg) const) : _M_f(__pf) {} in const_mem_fun1_ref_t() function
699 const_mem_fun1_ref_t(_Ret (_Tp::*__pf)(_Arg) const) in const_mem_fun1_ref_t() function