mirror of
https://github.com/boostorg/preprocessor.git
synced 2025-07-19 07:22:07 +02:00
lib cleanup
[SVN r15693]
This commit is contained in:
16
doc/terms/evaluated.html
Normal file
16
doc/terms/evaluated.html
Normal file
@ -0,0 +1,16 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Evaluated Parameter</title>
|
||||
<link rel="stylesheet" type="text/css" href="../styles.css">
|
||||
</head>
|
||||
<body>
|
||||
<h4>Evaluated Parameter</h4>
|
||||
<div>
|
||||
An <i>evaluated parameter</i> is a numeric value that is evaluated by the library as a constant expression.
|
||||
This means that the expression can include simple arithmetic, logical, and condition expressions.
|
||||
It also means that the value of the parameter no longer depends on the source of the parameter.
|
||||
In other words, if the value is dependent on some macro, it will no longer be dependent on that macro after it is evaluated.
|
||||
This disables the lazy-evaluation that the preprocessor normallly uses.
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user