|
Nano
A C++ template metaprogramming library
|
Like std::accumulate, where the start and end indices, and the accumulation functor can be specified. More...
#include <list_functions.hpp>
Like std::accumulate, where the start and end indices, and the accumulation functor can be specified.
| List | The list to accumulate |
| Iteration | The iteration of the function |
| StartIndex | The index of the element in the list to start accumulating from |
| EndIndex | The index of the element in the list to end accumulating at |
| Value | The value of the accumulation |
| Operation | The operation to apply (multiply, add ...) |
1.8.9.1