(Default Handler) Emulate the invocation of the standard assert macro with a false argument, using the expression text to generate a helpful output message and then, after logging, unconditionally aborting. Note that this handler function is the default installed assertion handler.

Synopsis

Declared in <bslmt_timedcompletionguard.h>

[[noreturn]]
static
void
failByAbort(char const* text);

Return Value

Note

This function does not return.

Created with MrDocs