We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b15928 commit bc25bb1Copy full SHA for bc25bb1
algorithms.html
@@ -615,6 +615,15 @@ <h1>Header <code><experimental/numeric></code> synopsis</h1>
615
OutputIterator result,
616
UnaryOperation unary_op,
617
T init, BinaryOperation binary_op);
618
+ <ins>template<class ExecutionPolicy,
619
+ class InputIterator, class OutputIterator,
620
+ class UnaryOperation, class T, class BinaryOperation>
621
+ OutputIterator
622
+ transform_exclusive_scan(ExecutionPolicy&& exec,
623
+ InputIterator first, InputIterator last,
624
+ OutputIterator result,
625
+ UnaryOperation unary_op,
626
+ T init, BinaryOperation binary_op);</ins>
627
628
template<class InputIterator, class OutputIterator,
629
class UnaryOperation, class BinaryOperation>
0 commit comments