invokeHandler overloads
Declared in <bsls_assert.h>
Invoke the installed assertion-failure handler with the violation.
static
void
invokeHandler(AssertViolation const& violation);
» more...
Invoke the installed handler with expression text, file, and line.
static
void
invokeHandler(
char const* text,
char const* file,
int line);
» more...
| Name | Description |
|---|---|
| violation | details of the failed assertion |
| text | expression text of the failed assertion |
| file | source file name where the assertion failed |
| line | source line number where the assertion failed |