|
Zen API
|
| #define kCheck | ( | EXPRESSION | ) | kCheck_(EXPRESSION) |
Executes a return statement if the given expression is not kOK.
If the expression result is not kOK, the current function will return the expression result.
This macro is guaranteed to evaluate its arguments only once.
| EXPRESSION | Expression that evaluates to a kStatus value. |