Asserts a iprt status code successful, break if it isn't.
On failure information about the error will be printed, a breakpoint hit and finally the break statement will be issued if the breakpoint is somehow ignored.
- Parameters:
-
| rc | iprt status code. |
| stmt | Statement to execute before break in case of a failed assertion. |
Definition at line 2171 of file assert.h.