std::system_error::what
来自cppreference.com
< cpp | error | system error
工具库
诊断库
std::system_error
成员函数 | ||||
system_error::what |
virtual const char* what() const noexcept; | (C++11 起) | |
返回解释性字符串。
参数
(无)
返回值
指向拥有解释性信息的空终止字符串的指针。
参阅
返回错误码 (公开成员函数) |