libstdc++
|
Public Member Functions | |
template<typename Op > | |
std::iterator_traits< It > ::value_type | operator() (Op o, It i) |
Public Attributes | |
It | finish_iterator |
std::accumulate() selector.
Definition at line 210 of file for_each_selectors.h.
|
inline |
Functor execution.
o | Operator (unused). |
i | Iterator referencing object. |
Definition at line 217 of file for_each_selectors.h.
|
inherited |
Iterator on last element processed; needed for some algorithms (e. g. std::transform()).
Definition at line 48 of file for_each_selectors.h.