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 0e93d2c commit add4a5aCopy full SHA for add4a5a
algorithms.html
@@ -148,7 +148,7 @@ <h1>Header <code><experimental/algorithm></code> synopsis</h1>
148
<cxx-ref insynopsis="" to="parallel.alg.inductions"></cxx-ref> Support for inductions
149
template<class T>
150
<em>unspecified</em> induction(T&& var);
151
-template<class T>
+template<class T<ins>, class S</ins>>
152
<em>unspecified</em> induction(T&& var, S stride);
153
154
<cxx-ref insynopsis="" to="parallel.alg.forloop"></cxx-ref> for_loop
0 commit comments