Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / vmd / doc / html / BOOST_VMD_IDENTITY.html
index 6272d29..b1b3ba8 100644 (file)
@@ -33,7 +33,7 @@
 
 </span>BOOST_VMD_IDENTITY(item)</pre></div>
 <div class="refsect1">
-<a name="idm46213760414864"></a><h2>Description</h2>
+<a name="idm45529680829952"></a><h2>Description</h2>
 <p>item = any single argument</p>
 <p>When BOOST_VMD_IDENTITY(item) is subsequently invoked with any number of parameters it expands to 'item'. Subsequently invoking the macro is done as 'BOOST_VMD_IDENTITY(item)(zero_or_more_arguments)'.</p>
 <p>The macro is equivalent to the Boost PP macro BOOST_PP_IDENTITY(item) with the difference being that BOOST_PP_IDENTITY(item) is always invoked with no arguments, as in 'BOOST_VMD_IDENTITY(item)()' whereas BOOST_VMD_IDENTITY can be invoked with any number of arguments.</p>