Template Function shad::accumulate(InputIt, InputIt, T, BinaryOperation)

Function Documentation

template <class InputIt, class T, class BinaryOperation>
T shad::accumulate(InputIt first, InputIt last, T init, BinaryOperation op)