__gnu_parallel::accumulate_binop_reduct(3)
NAME
__gnu_parallel::accumulate_binop_reduct
SYNOPSIS
Detailed Description
- template<typename BinOp> struct __gnu_parallel::accumulate_binop_reduct<
- BinOp >
General reduction, using a binary operator. - Definition at line 352 of file 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
Author
- Generated automatically by Doxygen for libstdc++ from the source code.