Line | |
---|
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. |
---|
10 | This means that the expression can include simple arithmetic, logical, and condition expressions. |
---|
11 | It also means that the value of the parameter no longer depends on the source of the parameter. |
---|
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. |
---|
13 | This disables the lazy-evaluation that the preprocessor normallly uses. |
---|
14 | </div> |
---|
15 | </body> |
---|
16 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.