logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

std::const_mem_fun_t< _Ret, _Tp > - One of the adaptors for member pointers.

Author

       Generated automatically by Doxygen for libstdc++ from the source code.

                                                    libstdc++            std::const_mem_fun_t<_Ret,_Tp>(3cxx)

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

See Also