summaryrefslogtreecommitdiff
path: root/doc/html/boost/algorithm/find_format_copy.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/algorithm/find_format_copy.html')
-rw-r--r--doc/html/boost/algorithm/find_format_copy.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/boost/algorithm/find_format_copy.html b/doc/html/boost/algorithm/find_format_copy.html
index 040e261af1..926c1fa9ad 100644
--- a/doc/html/boost/algorithm/find_format_copy.html
+++ b/doc/html/boost/algorithm/find_format_copy.html
@@ -42,7 +42,7 @@
<span class="identifier">SequenceT</span> <span class="identifier">find_format_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="idp128295072"></a><h2>Description</h2>
+<a name="idp110252704"></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. The result is a modified copy of the input. It is returned as a sequence or copied to the output iterator.</p>
<p>