Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / vmd / doc / html / BOOST_VMD_ELEM.html
index 55be488..b656a01 100644 (file)
@@ -33,7 +33,7 @@
 
 </span>BOOST_VMD_ELEM(elem, ...)</pre></div>
 <div class="refsect1">
-<a name="idm46213760529344"></a><h2>Description</h2>
+<a name="idm45529680944480"></a><h2>Description</h2>
 <p>elem = A sequence element number. From 0 to sequence size - 1. ... = Variadic parameters.</p>
 <p>The first variadic parameter is required and is the sequence to access. Further variadic parameters are all optional.</p>
 <p>With no further variadic parameters the macro returns the particular element in the sequence. If the element number is outside the bounds of the sequence macro access fails and the macro turns emptiness.</p>