Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/libs/preprocessor/doc/ref/value.html @ 30

Last change on this file since 30 was 29, checked in by landauf, 17 years ago

updated boost from 1_33_1 to 1_34_1

File size: 1.1 KB
Line 
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                <i>© Copyright <a href="http://www.housemarque.com" target="_top">Housemarque Oy</a> 2002</i>
28                </br><i>© Copyright Paul Mensonides 2002</i>
29        </div>
30        <div style="margin-left: 0px;">
31                <p><small>Distributed under the Boost Software License, Version 1.0. (See
32                accompanying file <a href="../../../../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or
33                copy at <a href=
34                "http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a>)</small></p>
35        </div>
36</body>
37</html>
Note: See TracBrowser for help on using the repository browser.