Imported Upstream version 1.64.0
[platform/upstream/boost.git] / doc / html / boost / algorithm / tail_finder.html
index a1d39a5..957b8d9 100644 (file)
@@ -35,7 +35,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="idp117559168"></a><h2>Description</h2>
+<a name="idp128962000"></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>