Template Function shad::transform_exclusive_scan(InputIt, InputIt, OutputIt, T, BinaryOperation, UnaryOperation)¶
- Defined in File numeric.h
Function Documentation¶
-
template <class InputIt, class OutputIt, class T, class BinaryOperation, class UnaryOperation>
OutputItshad
::
transform_exclusive_scan
(InputIt first, InputIt last, OutputIt d_first, T init, BinaryOperation binary_op, UnaryOperation unary_op)