Searched refs:mem_fun_t (Results 1 – 3 of 3) sorted by relevance
26 class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 mem_fun_t : public __unary_function<_Tp*, _S…30 _LIBCPP_HIDE_FROM_ABI explicit mem_fun_t(_Sp (_Tp::*__p)()) : __p_(__p) {} in mem_fun_t() function44 _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_HIDE_FROM_ABI mem_fun_t<_Sp, _Tp> mem_fun(_Sp (_Tp::*__f… in mem_fun()45 return mem_fun_t<_Sp, _Tp>(__f); in mem_fun()
317 class mem_fun_t : public unary_function<T*, S>320 explicit mem_fun_t(S (T::*p)());332 template<class S, class T> mem_fun_t<S,T> mem_fun(S (T::*f)()); // deprecated in C+…
2141 SYMBOL(mem_fun_t, std::, <functional>)