Return true if this allocator is currently in quiet mode.

Synopsis

Declared in <bslma_testallocator.h>

bool
isQuiet() const;

Description

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.

Return Value

true if in quiet mode, and false otherwise

Created with MrDocs