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

Function Documentation

template <class InputIt, class OutputIt, class T, class BinaryOperation>
std::enable_if_t<!shad::is_execution_policy<InputIt>::value, OutputIt> shad::exclusive_scan(InputIt first, InputIt last, OutputIt d_first, T init, BinaryOperation binary_op)