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

Function Documentation

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