BloombergLP::bslmt::TimedCompletionGuard::failByAbort

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