Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / vmd / doc / html / BOOST_VMD_IS_MULTI.html
index bdcff06..4699af1 100644 (file)
@@ -33,7 +33,7 @@
 
 </span>BOOST_VMD_IS_MULTI(sequence)</pre></div>
 <div class="refsect1">
-<a name="idm46213760292384"></a><h2>Description</h2>
+<a name="idm45529680700416"></a><h2>Description</h2>
 <p>sequence = a sequence</p>
 <p>returns = 1 if the sequence is a multi-element sequence, else returns 0.</p>
 <p>If the size of a sequence is known it is faster comparing that size to be greater than one to find out if the sequence is multi-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 multi-element or not. </p>