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_parallel::__binder1st.3cxx

Author

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

                                                    libstd__gnu_parallel::__bind...mentType,_ResultType>(3cxx)

Detailed Description

template<typename_Operation,typename_FirstArgumentType,typename_SecondArgumentType,typename_ResultType>
       class __gnu_parallel::__binder1st< _Operation, _FirstArgumentType, _SecondArgumentType, _ResultType
       >"Similar to std::binder1st, but giving the argument types explicitly.

Member Typedef Documentation

typedef_SecondArgumentTypestd::unary_function<_SecondArgumentType,_ResultType>::argument_type[inherited]
       argument_type is the type of the argument

   typedef_ResultTypestd::unary_function<_SecondArgumentType,_ResultType>::result_type[inherited]
       result_type is the return type

Name

       __gnu_parallel::__binder1st< _Operation, _FirstArgumentType, _SecondArgumentType, _ResultType > - Similar
       to std::binder1st, but giving the argument types explicitly.

Synopsis

       #include <base.h>

       Inherits std::unary_function<_SecondArgumentType,_ResultType>.

   PublicTypes
       typedef _SecondArgumentType argument_type
           argument_type is the type of the argument
       typedef _ResultType result_type
           result_type is the return type

   PublicMemberFunctions__binder1st (const _Operation &__x, const _FirstArgumentType &__y)
       _ResultType operator() (_SecondArgumentType &__x) const
       _ResultType operator() (const _SecondArgumentType &__x)

   ProtectedAttributes
       _Operation _M_op
       _FirstArgumentType _M_value

See Also