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