Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / vmd / doc / html / BOOST_VMD_ELEM_D.html
index 37a8228..7670f1b 100644 (file)
@@ -33,7 +33,7 @@
 
 </span>BOOST_VMD_ELEM_D(d, elem, ...)</pre></div>
 <div class="refsect1">
-<a name="idm46213760511200"></a><h2>Description</h2>
+<a name="idm45529680926336"></a><h2>Description</h2>
 <p>d = The next available BOOST_PP_WHILE iteration. 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>