std::mem_fun_t< _Ret, _Tp > - One of the adaptors for member pointers.
Contents
Detailed Description
template<typename_Ret,typename_Tp>
class std::mem_fun_t< _Ret, _Tp >"One of the adaptorsformemberpointers.
Member Typedef Documentation
typedef_Tp*std::unary_function<_Tp*,_Ret>::argument_type[inherited]
argument_type is the type of the argument
typedef_Retstd::unary_function<_Tp*,_Ret>::result_type[inherited]
result_type is the return type
Name
std::mem_fun_t< _Ret, _Tp > - One of the adaptorsformemberpointers.
Synopsis
#include <functional>
Inherits std::unary_function<_Tp*,_Ret>.
PublicTypestypedef _Tp * argument_type
argument_type is the type of the argument
typedef _Ret result_type
result_type is the return type
PublicMemberFunctionsmem_fun_t (_Ret(_Tp::*__pf)())
_Ret operator() (_Tp *__p) const
