|
Functions |
template<typename InputRange , typename T > |
T | accumulate (const InputRange &range, T init) |
template<typename InputRange , typename T , typename BinaryOperation > |
T | accumulate (const InputRange &range, T init, BinaryOperation binary_op) |
template<typename InputIterator , typename T , typename BinaryOperation > |
T | accumulate (InputIterator first, InputIterator last, T init, BinaryOperation binary_op) |
Function Documentation
T adobe::accumulate |
( |
const InputRange & |
range, |
|
|
T |
init |
|
) |
| |
T adobe::accumulate |
( |
const InputRange & |
range, |
|
|
T |
init, |
|
|
BinaryOperation |
binary_op |
|
) |
| |
T adobe::accumulate |
( |
InputIterator |
first, |
|
|
InputIterator |
last, |
|
|
T |
init, |
|
|
BinaryOperation |
binary_op |
|
) |
| |
|