forked from boostorg/preprocessor
lib cleanup
[SVN r15693]
This commit is contained in:
26
doc/ref/value.html
Normal file
26
doc/ref/value.html
Normal 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>
|
Reference in New Issue
Block a user