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.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/html/boost/algorithm/tail_finder.html b/doc/html/boost/algorithm/tail_finder.html
index 570189b8d3..8371f517e3 100644
--- a/doc/html/boost/algorithm/tail_finder.html
+++ b/doc/html/boost/algorithm/tail_finder.html
@@ -1,3 +1,4 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
@@ -34,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="idp429053200"></a><h2>Description</h2>
+<a name="idp435371920"></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>