Install the specified violation handler as the current review handler.
Declared in <bsls_review.h>
static
void
setViolationHandler(Review::ViolationHandler function);
Make the specified handler function the current review-failure handler. This method has no effect if the lockReviewAdministration method has been called.
| Name | Description |
|---|---|
| function | violation handler to install |