|
Zen API
|
| #define kTestTrue | ( | EXPRESSION, | |
| STATUS | |||
| ) |
Within a kTry block, throws STATUS if the expression result is kFALSE.
If the EXPRESSION argument evaluates to kFALSE, STATUS is passed to an error-handling block. Otherwise, execution continues at the next statement.
| EXPRESSION | Expression that evaluates to a kBool value. |
| STATUS | Status code to be thrown if EXPRESSION is kFALSE. |