summaryrefslogtreecommitdiff
path: root/doc/html/boost/algorithm/find_format_all_copy.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/algorithm/find_format_all_copy.html')
-rw-r--r--doc/html/boost/algorithm/find_format_all_copy.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/html/boost/algorithm/find_format_all_copy.html b/doc/html/boost/algorithm/find_format_all_copy.html
index ace1f7f55e..542d695288 100644
--- a/doc/html/boost/algorithm/find_format_all_copy.html
+++ b/doc/html/boost/algorithm/find_format_all_copy.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">
@@ -41,7 +42,7 @@
<span class="identifier">SequenceT</span> <span class="identifier">find_format_all_copy</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">SequenceT</span> <span class="special">&amp;</span> Input<span class="special">,</span> <span class="identifier">FinderT</span> Finder<span class="special">,</span>
<span class="identifier">FormatterT</span> Formatter<span class="special">)</span><span class="special">;</span></pre></div>
<div class="refsect1">
-<a name="idp428450000"></a><h2>Description</h2>
+<a name="idp434769168"></a><h2>Description</h2>
<p>Use the Finder to search for a substring. Use the Formatter to format this substring and replace it in the input. Repeat this for all matching substrings. The result is a modified copy of the input. It is returned as a sequence or copied to the output iterator.</p>
<p>