]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/preprocessor/doc/ref/value.html
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / preprocessor / doc / ref / value.html
CommitLineData
7c673cae
FG
1<html>
2<head>
3 <title>BOOST_PP_VALUE</title>
4 <link rel="stylesheet" type="text/css" href="../styles.css">
5</head>
6<body>
7 <div style="margin-left: 0px;">
8 The <b>BOOST_PP_VALUE</b> macro is a user-defined <i>named external argument</i> to <b>BOOST_PP_ASSIGN_SLOT</b>.
9 </div>
10 <h4>Usage</h4>
11 <div class="code">
12 #define <b>BOOST_PP_VALUE</b> <i>value</i>
13 </div>
14 <h4>Arguments</h4>
15 <dl>
16 <dt>value</dt>
17 <dd>
18 An intergral constant expression to be evaluated by <b>BOOST_PP_ASSIGN_SLOT</b>.
19 </dd>
20 </dl>
21 <h4>See Also</h4>
22 <ul>
23 <li><a href="assign_slot.html">BOOST_PP_ASSIGN_SLOT</a></li>
24 </ul>
25 <hr size="1">
26 <div style="margin-left: 0px;">
27