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 BSLS_PRECONDITIONS_BEGIN

endHandler

handler invoked by BSLS_PRECONDITIONS_END

Created with MrDocs