Return true if this allocator is currently in verbose mode.
Synopsis
Declared in <bslma_testallocator.h>
bool
isVerbose() const;
Description
Return true if this allocator is currently in verbose mode, and false otherwise. In verbose mode, all allocation/deallocation events will be reported on stdout, as will summary statistics upon destruction of this object.
Return Value
true if in verbose mode, and false otherwise
Created with MrDocs