Imported Upstream version 1.64.0
[platform/upstream/boost.git] / doc / html / boost / algorithm / replace_nth_copy.html
index d87caaa..d93c20c 100644 (file)
@@ -42,7 +42,7 @@
   <span class="identifier">SequenceT</span> <span class="identifier">replace_nth_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="keyword">const</span> <span class="identifier">Range1T</span> <span class="special">&amp;</span> Search<span class="special">,</span> 
                              <span class="keyword">int</span> Nth<span class="special">,</span> <span class="keyword">const</span> <span class="identifier">Range2T</span> <span class="special">&amp;</span> Format<span class="special">)</span><span class="special">;</span></pre></div>
 <div class="refsect1">
-<a name="idp120710096"></a><h2>Description</h2>
+<a name="idp132113168"></a><h2>Description</h2>
 <p>Replace an Nth (zero-indexed) match of the search string in the input with the format string. The result is a modified copy of the input. It is returned as a sequence or copied to the output iterator.</p>
 <p>