Return the current fuzz test handler guard.
Synopsis
Declared in <bsls_fuzztest.h>
static
FuzzTestHandlerGuard*
instance();
Description
The behavior is undefined unless a fuzz test handler guard is currently in scope.
Return Value
pointer to the currently active fuzz test handler guard
Created with MrDocs