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 1f97431 commit d41b90fCopy full SHA for d41b90f
algorithms.html
@@ -373,6 +373,11 @@ <h1>Header <code><experimental/algorithm></code> synopsis</h1>
373
template<class InputIterator, class Size, class Function>
374
InputIterator for_each_n(InputIterator first, Size n,
375
Function f);
376
+ <ins>template<class ExecutionPolicy,
377
+ class InputIterator, class Size, class Function>
378
+ InputIterator for_each_n(ExecutionPolicy&& exec,
379
+ InputIterator first, Size n,
380
+ Function f);</ins>
381
}
382
383
0 commit comments