|
Zen API
|
| #define kThrow | ( | EXPRESSION | ) | kThrow_(EXPRESSION) |
Used within a kTry block to jump to the first error handling block (e.g.
kCatch).
This macro is guaranteed to evaluate its arguments only once.
| EXPRESSION | Expression that evaluates to a kStatus value. |