Zen API
|
#define kCheckTrue | ( | EXPRESSION, | |
STATUS | |||
) |
Executes a return statement if the given expression is kFALSE.
If the expression result is kFALSE, the current function will return STATUS.
EXPRESSION | Expression that evaluates to a kBool value. |
STATUS | Status code to be returned if EXPRESSION is kFALSE. |