[#BloombergLP-bsls-PreconditionsHandler-installHandlers] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::xref:BloombergLP/bsls/PreconditionsHandler.adoc[PreconditionsHandler]::installHandlers :relfileprefix: ../../../ :mrdocs: Store the specified `beginHandler` and `endHandler` function pointers to the `static` member variables. == Synopsis Declared in `<bsls_preconditions.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void installHandlers( xref:BloombergLP/bsls/PreconditionsHandler/PreconditionHandlerType.adoc[PreconditionHandlerType] beginHandler, xref:BloombergLP/bsls/PreconditionsHandler/PreconditionHandlerType.adoc[PreconditionHandlerType] endHandler); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#