invokeHandler overloads
Synopses
Declared in <bsls_assert.h>
Invoke the installed assertion‐failure handler with the violation.
static
void
invokeHandler(AssertViolation const& violation);
Invoke the installed handler with expression text, file, and line.
static
void
invokeHandler(
char const* text,
char const* file,
int line);
Parameters
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 |
Created with MrDocs