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::mem_fun_ref_t< _Ret, _Tp > - One of the adaptors for member pointers.

Author

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

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

Detailed Description

template<typename_Ret,typename_Tp>
       class std::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::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

   PublicMemberFunctionsmem_fun_ref_t (_Ret(_Tp::*__pf)())
       _Ret operator() (_Tp &__r) const

See Also