evaluated.html 1.2 KB

123456789101112131415161718192021222324252627
  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. <i>© Copyright <a href="http://www.housemarque.com" target="_top">Housemarque Oy</a> 2002</i>
  18. </br><i>© Copyright Paul Mensonides 2002</i>
  19. </div>
  20. <div style="margin-left: 0px;">
  21. <p><small>Distributed under the Boost Software License, Version 1.0. (See
  22. accompanying file <a href="../../../../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or
  23. copy at <a href=
  24. "http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a>)</small></p>
  25. </div>
  26. </body>
  27. </html>