summaryrefslogtreecommitdiff
path: root/doc/html/boost/algorithm/tail_finder.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/algorithm/tail_finder.html')
-rw-r--r--doc/html/boost/algorithm/tail_finder.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/boost/algorithm/tail_finder.html b/doc/html/boost/algorithm/tail_finder.html
index 65b39b4b2e..570189b8d3 100644
--- a/doc/html/boost/algorithm/tail_finder.html
+++ b/doc/html/boost/algorithm/tail_finder.html
@@ -34,7 +34,7 @@
</span>
<span class="emphasis"><em><span class="identifier">unspecified</span></em></span> <span class="identifier">tail_finder</span><span class="special">(</span><span class="keyword">int</span> N<span class="special">)</span><span class="special">;</span></pre></div>
<div class="refsect1">
-<a name="idp435118944"></a><h2>Description</h2>
+<a name="idp429053200"></a><h2>Description</h2>
<p>Construct the <code class="computeroutput">tail_finder</code>. The finder returns a tail of a given input. The tail is a suffix of a string up to n elements in size. If an input has less then n elements, whole input is considered a head. The result is given as an <code class="computeroutput">iterator_range</code> delimiting the match.</p>
<p>