std::system_error::code
出自cppreference.com
< cpp | error | system error
工具庫
診斷庫
std::system_error
成員函數 | ||||
system_error::code | ||||
const std::error_code& code() const noexcept; | (C++11 起) | |
返回存儲的錯誤碼。
[編輯] 參數
(無)
[編輯] 返回值
存儲的錯誤碼
[編輯] 參閱
[虛] | 返回解釋性字元串 (虛公開成員函數) [編輯] |