Create a guard object for a temporary review failure handler.
Declared in <bsls_review.h>
explicit
ReviewFailureHandlerGuard(Review::ViolationHandler temporary);
Install the specified temporary review failure handler and automatically restore the original handler on destruction.
| Name | Description |
|---|---|
| temporary | the review failure handler to install |