Return true if this allocator is currently in no‐abort mode.

Synopsis

Declared in <bslma_testallocator.h>

bool
isNoAbort() const;

Description

Return true if this allocator is currently in no‐abort mode, and false otherwise. In no‐abort mode all diagnostic messages are printed, but all aborts are suppressed. Note that quiet mode implies no‐abort mode.

Return Value

true if in no‐abort mode, and false otherwise

Created with MrDocs