Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / vmd / doc / html / BOOST_VMD_TUPLE_REMOVE_D.html
index e116d7d..83c3997 100644 (file)
@@ -33,7 +33,7 @@
 
 </span>BOOST_VMD_TUPLE_REMOVE_D(d, tuple, index)</pre></div>
 <div class="refsect1">
-<a name="idm46213760055168"></a><h2>Description</h2>
+<a name="idm45529680463200"></a><h2>Description</h2>
 <p>d = The next available BOOST_PP_WHILE iteration. 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>