Store the specified beginHandler and endHandler function pointers to the static member variables.

Synopsis

Declared in <bsls_preconditions.h>

static
void
installHandlers(
    PreconditionHandlerType beginHandler,
    PreconditionHandlerType endHandler);

Created with MrDocs