[#BloombergLP-bslmt-TimedCompletionGuard-failByAbort] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmt.adoc[bslmt]::xref:BloombergLP/bslmt/TimedCompletionGuard.adoc[TimedCompletionGuard]::failByAbort :relfileprefix: ../../../ :mrdocs: (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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[noreturn]] static void failByAbort(char const* text); ---- == Return Value [NOTE] ==== This function https://en.cppreference.com/cpp/language/attributes/noreturn[does not return^]. ==== [.small]#Created with https://www.mrdocs.com[MrDocs]#