table of contents
std::bad_exception::what(3) | C++ Standard Libary | std::bad_exception::what(3) |
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.
2024.06.10 | http://cppreference.com |