Template Function shad::inclusive_scan(InputIt, InputIt, OutputIt, BinaryOperation)¶
- Defined in File numeric.h
Function Documentation¶
-
template <class InputIt, class OutputIt, class BinaryOperation>
std::enable_if_t<!shad::is_execution_policy<InputIt>::value, OutputIt>shad
::
inclusive_scan
(InputIt first, InputIt last, OutputIt d_first, BinaryOperation binary_op)¶