Home | History | Annotate | Download | only in include

Lines Matching full:mem_fun_ref_t

280 class mem_fun_ref_t : public unary_function<T, S>
283 explicit mem_fun_ref_t(S (T::*p)());
295 template<class S, class T> mem_fun_ref_t<S,T> mem_fun_ref(S (T::*f)());
757 class _LIBCPP_TYPE_VIS mem_fun_ref_t : public unary_function<_Tp, _Sp>
761 _LIBCPP_INLINE_VISIBILITY explicit mem_fun_ref_t(_Sp (_Tp::*__p)())
780 mem_fun_ref_t<_Sp,_Tp>
782 {return mem_fun_ref_t<_Sp,_Tp>(__f);}