Return the address of the currently installed assertion‐failure handler function if it is a Handler (and not a ViolationHandler); otherwise, return NULL.
Synopsis
Declared in <bsls_assert.h>
static
Assert::Handler
failureHandler();
Return Value
installed Handler, or NULL if a ViolationHandler is set
Created with MrDocs