summaryrefslogtreecommitdiff
path: root/doc/html/boost/algorithm/nth_finder.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/algorithm/nth_finder.html')
-rw-r--r--doc/html/boost/algorithm/nth_finder.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/boost/algorithm/nth_finder.html b/doc/html/boost/algorithm/nth_finder.html
index 7c1d1d253d..ca265e85a0 100644
--- a/doc/html/boost/algorithm/nth_finder.html
+++ b/doc/html/boost/algorithm/nth_finder.html
@@ -38,7 +38,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">nth_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="keyword">int</span> Nth<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="idp117528464"></a><h2>Description</h2>
+<a name="idp128931232"></a><h2>Description</h2>
<p>Construct the <code class="computeroutput">nth_finder</code>. The finder searches for the n-th (zero-indexed) 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>