Imported Upstream version 1.64.0
[platform/upstream/boost.git] / doc / html / boost / algorithm / find_format_all_copy.html
index 22f5621..d2df527 100644 (file)
@@ -42,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="idp116957024"></a><h2>Description</h2>
+<a name="idp128360352"></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>