BloombergLP::bsls::Assert::invokeHandler

invokeHandler overloads

Synopses

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...

Parameters

NameDescription
violationdetails of the failed assertion
textexpression text of the failed assertion
filesource file name where the assertion failed
linesource line number where the assertion failed