Template Function shad::reduce(InputIt, InputIt, T)

Function Documentation

template <class InputIt, class T>
std::enable_if_t<!shad::is_execution_policy<InputIt>::value, T> shad::reduce(InputIt first, InputIt last, T init)