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::binder2nd< _Operation > - One of the binder functors.

Author

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

                                                    libstdc++                 std::binder2nd<_Operation>(3cxx)

Detailed Description

template<typename_Operation>
       class std::binder2nd< _Operation >"One of the binderfunctors.

Member Typedef Documentation

typedef_Operation::first_argument_typestd::unary_function<_Operation::first_argument_type,_Operation::result_type>::argument_type[inherited]
       argument_type is the type of the argument

   typedef_Operation::result_typestd::unary_function<_Operation::first_argument_type,_Operation::result_type>::result_type[inherited]
       result_type is the return type

Name

       std::binder2nd< _Operation > - One of the binderfunctors.

Synopsis

       #include <functional>

       Inherits std::unary_function<_Operation::first_argument_type,_Operation::result_type>.

   PublicTypestypedef _Operation::first_argument_type argument_type
           argument_type is the type of the argument
       typedef _Operation::result_type result_type
           result_type is the return type

   PublicMemberFunctionsbinder2nd (const _Operation &__x, const typename _Operation::second_argument_type &__y)
       _Operation::result_type operator() (const typename _Operation::first_argument_type &__x) const
       _Operation::result_type operator() (typename _Operation::first_argument_type &__x) const

   ProtectedAttributes
       _Operation op
       _Operation::second_argument_type value

See Also