libstdc++: __gnu_parallel::__accumulate_binop_reduct< _BinOp > Struct Template Reference (original) (raw)
#include <[for_each_selectors.h](a01022%5Fsource.html)>
Public Member Functions | |
---|---|
__accumulate_binop_reduct (_BinOp &__b) | |
template<typename _Result , typename _Addend > | |
_Result | operator() (const _Result &__x, const _Addend &__y) |
Detailed Description
template<typename _BinOp>
struct __gnu_parallel::__accumulate_binop_reduct< _BinOp >
General reduction, using a binary operator.
Definition at line 335 of file for_each_selectors.h.
Constructor & Destructor Documentation
template<typename _BinOp >
Member Function Documentation
◆ operator()()
template<typename _BinOp >
template<typename _Result , typename _Addend >
Member Data Documentation
◆ __binop
template<typename _BinOp >
The documentation for this struct was generated from the following file: