Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / vmd / doc / html / BOOST_VMD_IS_UNARY_D.html
index 79cbed9..a473f19 100644 (file)
@@ -33,7 +33,7 @@
 
 </span>BOOST_VMD_IS_UNARY_D(d, sequence)</pre></div>
 <div class="refsect1">
-<a name="idm46213760197856"></a><h2>Description</h2>
+<a name="idm45529680605824"></a><h2>Description</h2>
 <p>d = The next available BOOST_PP_WHILE iteration. sequence = a sequence</p>
 <p>returns = 1 if the sequence is a single-element sequence, else returns 0.</p>
 <p>If the size of a sequence is known it is faster comparing that size to be equal to one to find out if the sequence is single-element. But if the size of the sequence is not known it is faster calling this macro than getting the size and doing the previously mentioned comparison in order to determine if the sequence is single-element or not. </p>