Files
preprocessor/doc/ref/value.html
Paul Mensonides 4bb690a819 lib cleanup
[SVN r15693]
2002-10-03 22:13:37 +00:00

27 lines
640 B
HTML

<html>
<head>
<title>BOOST_PP_VALUE</title>
<link rel="stylesheet" type="text/css" href="../styles.css">
</head>
<body>
<div style="margin-left: 0px;">
The <b>BOOST_PP_VALUE</b> macro is a user-defined <i>named external argument</i> to <b>BOOST_PP_ASSIGN_SLOT</b>.
</div>
<h4>Usage</h4>
<div class="code">
#define <b>BOOST_PP_VALUE</b> <i>value</i>
</div>
<h4>Arguments</h4>
<dl>
<dt>value</dt>
<dd>
An intergral constant expression to be evaluated by <b>BOOST_PP_ASSIGN_SLOT</b>.
</dd>
</dl>
<h4>See Also</h4>
<ul>
<li><a href="assign_slot.html">BOOST_PP_ASSIGN_SLOT</a></li>
</ul>
</body>
</html>