[#BloombergLP-bsls-FuzzTestHandlerGuard-2destructor] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::xref:BloombergLP/bsls/FuzzTestHandlerGuard.adoc[FuzzTestHandlerGuard]::~FuzzTestHandlerGuard :relfileprefix: ../../../ :mrdocs: Restore the failure handler that was in place when this object was created, reset the precondition `BEGIN/END` handlers to no‐op, and destroy this guard. The behavior is undefined unless the current assertion handler is `FuzzTestPreconditionTracker::handleAssertViolation` and the current review handler is `FuzzTestPreconditionTracker::handleAssertViolation`. == Synopsis Declared in `<bsls_fuzztest.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- ~FuzzTestHandlerGuard(); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#