Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / compute / doc / html / boost / compute / copy.html
index 129f931..d2091b8 100644 (file)
@@ -38,7 +38,7 @@
        <span class="identifier">command_queue</span> <span class="special">&amp;</span> queue <span class="special">=</span> <span class="identifier">system</span><span class="special">::</span><span class="identifier">default_queue</span><span class="special">(</span><span class="special">)</span><span class="special">,</span> 
        <span class="keyword">const</span> <a class="link" href="wait_list.html" title="Class wait_list">wait_list</a> <span class="special">&amp;</span> events <span class="special">=</span> <a class="link" href="wait_list.html" title="Class wait_list">wait_list</a><span class="special">(</span><span class="special">)</span><span class="special">)</span><span class="special">;</span></pre></div>
 <div class="refsect1">
-<a name="idm46094053779152"></a><h2>Description</h2>
+<a name="idm46113334893120"></a><h2>Description</h2>
 <p>Copies the values in the range [<code class="computeroutput">first</code>, <code class="computeroutput">last</code>) to the range beginning at <code class="computeroutput">result</code>.</p>
 <p>The generic copy() function can be used for a variety of data transfer tasks and provides a standard interface to the following OpenCL functions:</p>
 <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">