Searched refs:const_mem_fun_t (Results 1 – 3 of 3) sorted by relevance
83 class _LIBCPP_TEMPLATE_VIS _LIBCPP_DEPRECATED_IN_CXX11 const_mem_fun_t : public __unary_function<co…87 _LIBCPP_HIDE_FROM_ABI explicit const_mem_fun_t(_Sp (_Tp::*__p)() const) : __p_(__p) {} in const_mem_fun_t() function102 _LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_HIDE_FROM_ABI const_mem_fun_t<_Sp, _Tp> mem_fun(_Sp (_Tp… in mem_fun()103 return const_mem_fun_t<_Sp, _Tp>(__f); in mem_fun()
357 class const_mem_fun_t : public unary_function<const T*, S> // deprecated in C+…360 explicit const_mem_fun_t(S (T::*p)() const);373 const_mem_fun_t<S,T> mem_fun(S (T::*f)() const); // deprecated in C+…
938 SYMBOL(const_mem_fun_t, std::, <functional>)