One of the
adaptors for member pointers.
List of all members.
Public Types
Public Member Functions
-
mem_fun1_ref_t (_Ret(_Tp::*__pf)(_Arg))
-
_Ret operator() (_Tp &__r, _Arg __x) const
Detailed Description
template<class _Ret, class _Tp, class _Arg>
class std::mem_fun1_ref_t< _Ret, _Tp, _Arg >
Definition at line 679 of file stl_function.h.
Member Typedef Documentation
the type of the first argument (no surprises here)
Definition at line 116 of file stl_function.h.
The documentation for this class was generated from the following file: