One of the
adaptors for member pointers.
List of all members.
Public Types
Public Member Functions
-
const_mem_fun1_t (_Ret(_Tp::*__pf)(_Arg) const)
-
_Ret operator() (const _Tp *__p, _Arg __x) const
Detailed Description
template<class _Ret, class _Tp, class _Arg>
class std::const_mem_fun1_t< _Ret, _Tp, _Arg >
Definition at line 663 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: