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