template<typename It>
struct __gnu_parallel::accumulate_selector< It >
std::accumulate() selector.
Definition at line 210 of file for_each_selectors.h.
template<typename It >
template<typename Op >
Functor execution.
- Parameters
-
o | Operator (unused). |
i | Iterator referencing object. |
- Returns
- The current value.
Definition at line 217 of file for_each_selectors.h.
Iterator on last element processed; needed for some algorithms (e. g. std::transform()).
Definition at line 48 of file for_each_selectors.h.
The documentation for this struct was generated from the following file: