命名空间
变体
操作

std::system_error::code

来自 cppreference.cn
< cpp‎ | error‎ | system error
 
 
 
 
 
const std::error_code& code() const noexcept;
(自 C++11 起)

返回存储的错误代码。

[编辑] 参数

(无)

[编辑] 返回值

存储的错误代码。

[编辑] 参见

[virtual]
返回解释性字符串
(虚公共成员函数) [编辑]