命名空间
变体
操作

std::system_error::what

来自 cppreference.cn
< cpp‎ | 错误‎ | 系统错误
 
 
 
 
 
virtual const char* what() const noexcept;
(C++11 起)

返回解释字符串。

[编辑] 参数

(无)

[编辑] 返回值

指向以 null 结尾的字符串的指针,包含解释性信息。

[编辑] 参阅

返回错误码
(public member function) [编辑]