Invoke the installed handler, aborting if it returns normally.
Declared in <bsls_assert.h>
[[noreturn]]
static
void
invokeHandlerNoReturn(AssertViolation const& violation);
Invoke the currently installed assertion-failure handler function with the specified violation. If the handler returns normally, invoke bsls::Assert::failByAbort.
This function does not return.
| Name | Description |
|---|---|
| violation | details of the failed assertion |