File: evaluated.html

package info (click to toggle)
boost 1.33.1-10
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 100,948 kB
  • ctags: 145,103
  • sloc: cpp: 573,492; xml: 49,055; python: 15,626; ansic: 13,588; sh: 2,099; yacc: 858; makefile: 660; perl: 427; lex: 111; csh: 6
file content (16 lines) | stat: -rw-r--r-- 721 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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.&nbsp;
		This means that the expression can include simple arithmetic, logical, and condition expressions.&nbsp;
		It also means that the value of the parameter no longer depends on the source of the parameter.&nbsp;
		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;
		This disables the lazy-evaluation that the preprocessor normallly uses.
	</div>
</body>
</html>