Return the exception message.
Synopsis
Declared in <util/expected.h>
virtual
char const*
what() const noexcept override;
Return Value
A static description of the bad access.
Created with MrDocs
Return the exception message.
Declared in <util/expected.h>
virtual
char const*
what() const noexcept override;
A static description of the bad access.
Created with MrDocs