Template Function shad::inclusive_scan(InputIt, InputIt, OutputIt)

Function Documentation

template <class InputIt, class OutputIt>
OutputIt shad::inclusive_scan(InputIt first, InputIt last, OutputIt d_first)