Searched refs:const_mem_fun_ref_t (Results 1 – 3 of 3) sorted by relevance
113 class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 const_mem_fun_ref_t : public __unary_functio…117 _LIBCPP_HIDE_FROM_ABI explicit const_mem_fun_ref_t(_Sp (_Tp::*__p)() const) : __p_(__p) {} in const_mem_fun_ref_t() function131 _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_HIDE_FROM_ABI const_mem_fun_ref_t<_Sp, _Tp>133 return const_mem_fun_ref_t<_Sp, _Tp>(__f); in mem_fun_ref()
378 class const_mem_fun_ref_t : public unary_function<T, S> // deprecated in C+…381 explicit const_mem_fun_ref_t(S (T::*p)() const);394 const_mem_fun_ref_t<S,T> mem_fun_ref(S (T::*f)() const); // deprecated in C+…
937 SYMBOL(const_mem_fun_ref_t, std::, <functional>)