std::const_mem_fun1_t< _Ret, _Tp, _Arg > Class Template Reference
[Adaptors for pointers to members]
List of all members.
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.
Public Types
Public Member Functions
-
const_mem_fun1_t (_Ret(_Tp::*__pf)(_Arg) const)
-
_Ret operator() (const _Tp *__p, _Arg __x) const
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: