]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/preprocessor/doc/terms/evaluated.html
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / preprocessor / doc / terms / evaluated.html
CommitLineData
7c673cae
FG
1<html>
2<head>
3 <title>Evaluated Parameter</title>
4 <link rel="stylesheet" type="text/css" href="../styles.css">
5</head>
6<body>
7 <h4>Evaluated Parameter</h4>
8 <div>
9 An <i>evaluated parameter</i> is a numeric value that is evaluated by the library as a constant expression.&nbsp;
10 This means that the expression can include simple arithmetic, logical, and condition expressions.&nbsp;
11 It also means that the value of the parameter no longer depends on the source of the parameter.&nbsp;
12 In other words, if the value is dependent on some macro, it will no longer be dependent on that macro after it is evaluated.&nbsp;
13 This disables the lazy-evaluation that the preprocessor normallly uses.
14 </div>
15 <hr size="1">
16 <div style="margin-left: 0px;">
17