Template Function shad::impl::partial_sum

Function Documentation

template <class InputIt, class OutputIt, class BinaryOperation>
OutputIt shad::impl::partial_sum(InputIt first, InputIt last, OutputIt d_first, BinaryOperation op)