Imported Upstream version 1.64.0
[platform/upstream/boost.git] / doc / html / boost / algorithm / erase_first_copy.html
index 3d80949..ee712d2 100644 (file)
@@ -40,7 +40,7 @@
 <span class="keyword">template</span><span class="special">&lt;</span><span class="keyword">typename</span> SequenceT<span class="special">,</span> <span class="keyword">typename</span> RangeT<span class="special">&gt;</span> 
   <span class="identifier">SequenceT</span> <span class="identifier">erase_first_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">RangeT</span> <span class="special">&amp;</span> Search<span class="special">)</span><span class="special">;</span></pre></div>
 <div class="refsect1">
-<a name="idp115601824"></a><h2>Description</h2>
+<a name="idp127005904"></a><h2>Description</h2>
 <p>Remove the first occurrence of the substring from 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>