Create a guard object that installs the specified temporary failure handler and automatically restores the original handler on destruction.
Declared in <bsls_assert.h>
explicit
AssertFailureHandlerGuard(Assert::ViolationHandler temporary);
| Name | Description |
|---|---|
| temporary | temporary assertion-failure handler to install |