Template Function shad::impl::accumulate

Function Documentation

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