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

__gnu_cxx::select2nd.3cxx

Author

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

                                                    libstdc++                __gnu_cxx::select2nd<_Pair>(3cxx)

Detailed Description

template<class_Pair>
       struct __gnu_cxx::select2nd< _Pair >"An SGIextension .

Member Typedef Documentation

typedef_Pairstd::unary_function<_Pair,_Pair::second_type>::argument_type[inherited]
       argument_type is the type of the argument

   typedef_Pair::second_typestd::unary_function<_Pair,_Pair::second_type>::result_type[inherited]
       result_type is the return type

Name

       __gnu_cxx::select2nd< _Pair > - An SGIextension .

Synopsis

       #include <functional>

       Inherits std::_Select2nd< _Pair >.

   PublicTypes
       typedef _Pair argument_type
           argument_type is the type of the argument
       typedef _Pair::second_type result_type
           result_type is the return type

   PublicMemberFunctions
       _Pair::second_type & operator() (_Pair &__x) const
       const _Pair::second_type & operator() (const _Pair &__x) const

See Also