Imported Upstream version 1.64.0
[platform/upstream/boost.git] / doc / html / boost / algorithm / iter_find.html
index 970326a..b136293 100644 (file)
@@ -37,7 +37,7 @@
   <span class="identifier">SequenceSequenceT</span> <span class="special">&amp;</span> 
   <span class="identifier">iter_find</span><span class="special">(</span><span class="identifier">SequenceSequenceT</span> <span class="special">&amp;</span> Result<span class="special">,</span> <span class="identifier">RangeT</span> <span class="special">&amp;</span> Input<span class="special">,</span> <span class="identifier">FinderT</span> Finder<span class="special">)</span><span class="special">;</span></pre></div>
 <div class="refsect1">
-<a name="idp117774048"></a><h2>Description</h2>
+<a name="idp129176928"></a><h2>Description</h2>
 <p>This algorithm executes a given finder in iteration on the input, until the end of input is reached, or no match is found. Iteration is done using built-in <code class="computeroutput"><a class="link" href="find_iterator.html" title="Class template find_iterator">find_iterator</a></code>, so the real searching is performed only when needed. In each iteration new match is found and added to the result.</p>
 <p>