Make the specified handler function the current assertion‐failure handler. This method has no effect if the lockAssertAdministration method has been called.
Synopsis
Declared in <bsls_assert.h>
static
void
setFailureHandler(Assert::Handler function);
Parameters
Name |
Description |
function |
legacy failure handler to install |
Created with MrDocs