|
Adobe Source Libraries 2.0.0
A collection of C++ libraries.
|
boolean value.X | A type that is a model of ConvertibleToBool |
x | Object of type X |
b | Object of type bool |
| Name | Expression | Type requirements | Return type |
|---|---|---|---|
| ConvertibleToBool | bool b = x; | bool | |
| ConvertibleToBool | if (x)-or- if (!x) |
| Name | Expression | Precondition | Semantics | Postcondition |
|---|---|---|---|---|
| ConvertibleToBool | bool b = x; | |||
| ConvertibleToBool | if (x)-or- if (!x) |