Template Function shad::exclusive_scan(InputIt, InputIt, OutputIt, T)

Function Documentation

template <class InputIt, class OutputIt, class T>
OutputIt shad::exclusive_scan(InputIt first, InputIt last, OutputIt d_first, T init)