General reduction, using a binary operator. More...
#include <for_each_selectors.h>
Public Member Functions | |
__accumulate_binop_reduct (_BinOp &__b) | |
template<typename _Result , typename _Addend > | |
_Result | operator() (const _Result &__x, const _Addend &__y) |
Public Attributes | |
_BinOp & | __binop |
General reduction, using a binary operator.
|
inlineexplicit |
|
inline |
_BinOp& __gnu_parallel::__accumulate_binop_reduct< _BinOp >::__binop |