summaryrefslogtreecommitdiff
path: root/doc/html/boost/algorithm/ends_with.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/algorithm/ends_with.html')
-rw-r--r--doc/html/boost/algorithm/ends_with.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/html/boost/algorithm/ends_with.html b/doc/html/boost/algorithm/ends_with.html
index 05e8cc316d..d0ca87fe88 100644
--- a/doc/html/boost/algorithm/ends_with.html
+++ b/doc/html/boost/algorithm/ends_with.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">
@@ -37,7 +38,7 @@
<span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> Range1T<span class="special">,</span> <span class="keyword">typename</span> Range2T<span class="special">&gt;</span>
<span class="keyword">bool</span> <span class="identifier">ends_with</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">Range1T</span> <span class="special">&amp;</span> Input<span class="special">,</span> <span class="keyword">const</span> <span class="identifier">Range2T</span> <span class="special">&amp;</span> Test<span class="special">)</span><span class="special">;</span></pre></div>
<div class="refsect1">
-<a name="idp429749264"></a><h2>Description</h2>
+<a name="idp436068192"></a><h2>Description</h2>
<p>This predicate holds when the test string is a suffix of the Input. In other words, if the input ends with the test. When the optional predicate is specified, it is used for character-wise comparison.</p>
<p>