bool

Definition: bool is a short form of the word boolean. A boolean is a logical data type that holds 1 bit of data, i.e. it is either true or false. It is used for Boolean Algebra.

SIDL keyword: bool is a data type built into SIDL, an instance of which is either true or false. For efficiency sake, the underlying storage of bool is not 1 bit.





babel-1.4.0
users_guide Last Modified 2008-10-16

http://www.llnl.gov/CASC/components
components@llnl.gov