Return true if this allocator is currently in verbose mode.
Declared in <bslma_testallocator.h>
bool
isVerbose() const;
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.
true if in verbose mode, and false otherwise