std::bad_exception::what (3) - Linux Manuals

std::bad_exception::what: std::bad_exception::what

NAME

std::bad_exception::what - std::bad_exception::what

Synopsis


virtual const char* what() const noexcept;


Returns the explanatory string.

Parameters


(none)

Return value


Pointer to a null-terminated string with explanatory information.