Searched defs:const_mem_fun_ref_t (Results 1 – 3 of 3) sorted by relevance
139 _LIBCPP_INLINE_VISIBILITY explicit const_mem_fun_ref_t(_Sp (_Tp::*__p)() const) in const_mem_fun_ref_t() function
561 explicit const_mem_fun_ref_t(_Ret (_Tp::*__pf)() const) : _M_f(__pf) {} in const_mem_fun_ref_t() function642 explicit const_mem_fun_ref_t(void (_Tp::*__pf)() const) : _M_f(__pf) {} in const_mem_fun_ref_t() function
635 const_mem_fun_ref_t(_Ret (_Tp::*__pf)() const) in const_mem_fun_ref_t() function