#include <nn/assert.h> #define NN_RESULT_ASSERT(exp)
| Name | Description | |
|---|---|---|
| in | exp |
Value to be tested. |
Tests whether Result represents success.
This function presumes that exp is defined as a nn::Result type. It stops program execution if exp.IsSuccess function returns FALSE.
For common specifications of assert-type macros, see NN_ASSERT.
CONFIDENTIAL