std::bad_exception::what
来自cppreference.com
< cpp | error | bad exception
工具库
诊断库
|
|
std::bad_exception
成员函数 | ||||
bad_exception::what
|
virtual
const
char*
what()
const
noexcept;
|
||
返回解释性字符串。
参数
(无)
返回值
指向拥有解释信息的空终止字符串的指针。