Return true if this allocator is currently in quiet mode, and false otherwise. In quiet mode, messages about mismatched deallocations, overrun/underrun errors, and memory leaks will not be displayed to stdout and will not cause the program to abort.

Synopsis

Declared in <bslma_testallocator.h>

bool
isQuiet() const;

Created with MrDocs