std::const_mem_fun_ref_t< _Ret, _Tp > - One of the adaptors for member pointers.
Contents
Detailed Description
template<typename_Ret,typename_Tp>
class std::const_mem_fun_ref_t< _Ret, _Tp >"One of the adaptorsformemberpointers.
Member Typedef Documentation
typedef_Tpstd::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::const_mem_fun_ref_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
PublicMemberFunctionsconst_mem_fun_ref_t (_Ret(_Tp::*__pf)() const)
_Ret operator() (const _Tp &__r) const
