std::system_error::code
来自cppreference.com
工具库
诊断库
const std::error_code& code() const noexcept;
|
(C++11 起) | |
返回存储的错误码。
参数
(无)
返回值
存储的错误码
参阅
[虚] |
返回解释性字符串 (虚公开成员函数) [编辑] |
const std::error_code& code() const noexcept;
|
(C++11 起) | |
返回存储的错误码。
(无)
存储的错误码
[虚] |
返回解释性字符串 (虚公开成员函数) [编辑] |
© 2026 Sunbelt Computer Software