Skip to content

Commit bc25bb1

Browse files
committed
Add omitted transform_exclusive_scan signature to synopsis
1 parent 2b15928 commit bc25bb1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

algorithms.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -615,6 +615,15 @@ <h1>Header <code>&lt;experimental/numeric&gt;</code> synopsis</h1>
615615
OutputIterator result,
616616
UnaryOperation unary_op,
617617
T init, BinaryOperation binary_op);
618+
<ins>template&lt;class ExecutionPolicy,
619+
class InputIterator, class OutputIterator,
620+
class UnaryOperation, class T, class BinaryOperation&gt;
621+
OutputIterator
622+
transform_exclusive_scan(ExecutionPolicy&amp;&amp; exec,
623+
InputIterator first, InputIterator last,
624+
OutputIterator result,
625+
UnaryOperation unary_op,
626+
T init, BinaryOperation binary_op);</ins>
618627

619628
template&lt;class InputIterator, class OutputIterator,
620629
class UnaryOperation, class BinaryOperation&gt;

0 commit comments

Comments
 (0)