#include <nn/assert.h> #define NN_PANIC_IF_FAILED(result)
| Name | Description | |
|---|---|---|
| in | result |
The result to be tested. |
Stops execution if Result does not indicate success.
result is only evaluated once regardless of the build macro specified.
For common specifications of panic-type macros, see NN_PANIC .
CONFIDENTIAL