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