Imported Upstream version 1.64.0
[platform/upstream/boost.git] / doc / html / boost / algorithm / first_finder.html
index fcf6d4a..d54776c 100644 (file)
@@ -37,7 +37,7 @@
 <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> RangeT<span class="special">,</span> <span class="keyword">typename</span> PredicateT<span class="special">&gt;</span> 
   <span class="emphasis"><em><span class="identifier">unspecified</span></em></span> <span class="identifier">first_finder</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">RangeT</span> <span class="special">&amp;</span> Search<span class="special">,</span> <span class="identifier">PredicateT</span> Comp<span class="special">)</span><span class="special">;</span></pre></div>
 <div class="refsect1">
-<a name="idp117467472"></a><h2>Description</h2>
+<a name="idp128870240"></a><h2>Description</h2>
 <p>Construct the <code class="computeroutput">first_finder</code>. The finder searches for the first occurrence of the string in a given input. The result is given as an <code class="computeroutput">iterator_range</code> delimiting the match.</p>
 <p>