Adobe Source Libraries 1.49.0
A collection of C++ libraries.
|
Functions | |
template<typename InputRange, typename T> | |
T | accumulate (const InputRange &range, T init) |
template<typename InputIterator, typename T, typename BinaryOperation> | |
T | accumulate (InputIterator first, InputIterator last, T init, BinaryOperation binary_op) |
template<typename InputRange, typename T, typename BinaryOperation> | |
T | accumulate (const InputRange &range, T init, BinaryOperation binary_op) |
T accumulate | ( | const InputRange & | range, |
T | init ) |
Definition at line 111 of file numeric.hpp.
T accumulate | ( | InputIterator | first, |
InputIterator | last, | ||
T | init, | ||
BinaryOperation | binary_op ) |
Definition at line 121 of file numeric.hpp.
T accumulate | ( | const InputRange & | range, |
T | init, | ||
BinaryOperation | binary_op ) |
Definition at line 132 of file numeric.hpp.