Skip to content

Commit d41b90f

Browse files
committed
Add omitted for_each_n signature to synopsis
1 parent 1f97431 commit d41b90f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

algorithms.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,11 @@ <h1>Header <code>&lt;experimental/algorithm&gt;</code> synopsis</h1>
373373
template&lt;class InputIterator, class Size, class Function&gt;
374374
InputIterator for_each_n(InputIterator first, Size n,
375375
Function f);
376+
<ins>template&lt;class ExecutionPolicy,
377+
class InputIterator, class Size, class Function&gt;
378+
InputIterator for_each_n(ExecutionPolicy&amp;&amp; exec,
379+
InputIterator first, Size n,
380+
Function f);</ins>
376381
}
377382
}
378383
}

0 commit comments

Comments
 (0)