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-0.10.2
users_guide Last Modified 2005-03-23

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