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

Author

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

                                                    libstd__gnu_parallel::__accu..._binop_reduct<_BinOp>(3cxx)

Detailed Description

template<typename_BinOp>
       struct __gnu_parallel::__accumulate_binop_reduct< _BinOp >"General reduction, using a binary operator.

Name

       __gnu_parallel::__accumulate_binop_reduct< _BinOp > - General reduction, using a binary operator.

Synopsis

       #include <for_each_selectors.h>

   PublicMemberFunctions__accumulate_binop_reduct (_BinOp &__b)
       template<typename _Result , typename _Addend > _Result operator() (const _Result &__x, const _Addend
           &__y)

   PublicAttributes
       _BinOp & __binop

See Also