lib cleanup

[SVN r15693]
This commit is contained in:
Paul Mensonides
2002-10-03 22:13:37 +00:00
parent ae584c68b2
commit 4bb690a819
263 changed files with 14965 additions and 16 deletions

26
doc/ref/value.html Normal file
View File

@ -0,0 +1,26 @@
<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>