Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / compute / doc / html / boost / compute / make_counting_iterator.html
index 3f78a3e..dc0f347 100644 (file)
@@ -35,7 +35,7 @@
 <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> T<span class="special">&gt;</span> 
   <a class="link" href="counting_iterator.html" title="Class template counting_iterator">counting_iterator</a><span class="special">&lt;</span> <span class="identifier">T</span> <span class="special">&gt;</span> <span class="identifier">make_counting_iterator</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">T</span> <span class="special">&amp;</span> init<span class="special">)</span><span class="special">;</span></pre></div>
 <div class="refsect1">
-<a name="idm46094038059680"></a><h2>Description</h2>
+<a name="idm46113319223776"></a><h2>Description</h2>
 <p>Returns a new <code class="computeroutput"><a class="link" href="counting_iterator.html" title="Class template counting_iterator">counting_iterator</a></code> starting at <code class="computeroutput">init</code>.</p>
 <p>