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);
Parameters
Name |
Description |
beginHandler |
handler invoked by |
endHandler |
handler invoked by |
Created with MrDocs