Namespaces
Variants
Actions

std::bad_exception::what

From cppreference.com
< cpp‎ | error‎ | bad exception
 
 
 
 
 
virtualconstchar* what()constnoexcept;
(constexpr since C++26)

Returns the explanatory string.

[edit]Parameters

(none)

[edit]Return value

Pointer to a null-terminated string with explanatory information.

close