[#BloombergLP-bsls-AssertImpUtil] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::AssertImpUtil :relfileprefix: ../../ :mrdocs: This "implementation utility" `struct` provides static functions with shared functionality that is made use of by both `bsls_assert` and `bsls_review`. == Synopsis Declared in `<bsls_assertimputil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct AssertImpUtil; ---- == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bsls/AssertImpUtil/failByAbort.adoc[`failByAbort`] [.small]#[noreturn]# | Unconditionally abort the current application. It is up to the caller to first output a useful message describing the location of the failure. | xref:BloombergLP/bsls/AssertImpUtil/failBySleep.adoc[`failBySleep`] [.small]#[noreturn]# | Spin in an infinite loop. It is up to the caller to first output a useful message describing the location of the failure. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#