Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / compute / doc / html / boost / compute / minmax_element.html
index 097bc6a..c4d01a2 100644 (file)
@@ -41,7 +41,7 @@
   <span class="identifier">minmax_element</span><span class="special">(</span><span class="identifier">InputIterator</span> first<span class="special">,</span> <span class="identifier">InputIterator</span> last<span class="special">,</span> 
                  <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="special">;</span></pre></div>
 <div class="refsect1">
-<a name="idm46094051407888"></a><h2>Description</h2>
+<a name="idm46113332522288"></a><h2>Description</h2>
 <p>Returns a pair of iterators with the first pointing to the minimum element and the second pointing to the maximum element in the range [<code class="computeroutput">first</code>, <code class="computeroutput">last</code>).</p>
 <p>
 Space complexity on CPUs: \Omega(1)<br>