Searched refs:mem_fun_ref_t (Results 1 – 3 of 3) sorted by relevance
54 class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 mem_fun_ref_t : public __unary_function<_Tp,…58 _LIBCPP_HIDE_FROM_ABI explicit mem_fun_ref_t(_Sp (_Tp::*__p)()) : __p_(__p) {} in mem_fun_ref_t() function72 _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_HIDE_FROM_ABI mem_fun_ref_t<_Sp, _Tp> mem_fun_ref(_Sp (_… in mem_fun_ref()73 return mem_fun_ref_t<_Sp, _Tp>(__f); in mem_fun_ref()
336 class mem_fun_ref_t : public unary_function<T, S> // deprecated in C+…339 explicit mem_fun_ref_t(S (T::*p)());352 mem_fun_ref_t<S,T> mem_fun_ref(S (T::*f)()); // deprecated in C+…
2140 SYMBOL(mem_fun_ref_t, std::, <functional>)