__gnu_parallel::__accumulate_binop_reduct< _BinOp >(3) Library Functions Manual NAME __gnu_parallel::__accumulate_binop_reduct< _BinOp > - General reduction, using a binary operator. SYNOPSIS #include Public Member Functions __accumulate_binop_reduct (_BinOp &__b) template _Result operator() (const _Result &__x, const _Addend &__y) Public Attributes _BinOp & __binop Detailed Description template struct __gnu_parallel::__accumulate_binop_reduct< _BinOp >"General reduction, using a binary operator. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ __gnu_parallel::__accumulate_binop_reduct< _BinOp >(3)