Return a pointer to the identifying string for this exception type.
Synopsis
Declared in <bslma_testallocatorexception.h>
virtual
char const*
what() const noexcept override;
Description
Return a pointer to the string literal "bslma::TestAllocatorException" having a storage duration of the lifetime of the program. Note that the caller should not attempt to free this memory.
Return Value
pointer to the identifying string for this exception type
Created with MrDocs