Store the specified beginHandler and endHandler function pointers to the static member variables.
Declared in <bsls_preconditions.h>
static
void
installHandlers(
PreconditionHandlerType beginHandler,
PreconditionHandlerType endHandler);
| Name | Description |
|---|---|
| beginHandler | handler invoked by BSLS_PRECONDITIONS_BEGIN |
| endHandler | handler invoked by BSLS_PRECONDITIONS_END |