Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / vmd / doc / html / BOOST_VMD_TUPLE_REMOVE.html
index 7fb783a..95cd5c1 100644 (file)
@@ -33,7 +33,7 @@
 
 </span>BOOST_VMD_TUPLE_REMOVE(tuple, index)</pre></div>
 <div class="refsect1">
-<a name="idm46213760060896"></a><h2>Description</h2>
+<a name="idm45529680468928"></a><h2>Description</h2>
 <p>tuple = tuple from which an element is to be removed. index = The zero-based position in tuple of the element to be removed.</p>
 <p>If index is greater or equal to the tuple size the result is undefined. If the tuple is a single element and the index is 0 the result is an empty tuple. Otherwise the result is a tuple after removing the index element. </p>
 </div>