Go to the first, previous, next, last section, table of contents.


Creating Expressions and Statements

The builder library provides a rich set of functionality to use most of the arithmetic and logic operators in creating expressions. Expressions are built-up using other expressions, variables and constant values. See section Block Operations and Initialization for more information on composing and manipulating builder structures.


Go to the first, previous, next, last section, table of contents.