mirror of
https://github.com/boostorg/preprocessor.git
synced 2025-07-05 08:46:31 +02:00
27 lines
640 B
HTML
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>
|