std::system_error::code
來自 cppreference.com
< cpp | error | system error
const std::error_code& code() const noexcept; |
(C++11 起) | |
返回儲存的錯誤碼。
[編輯] 引數
(無)
[編輯] 返回值
儲存的錯誤碼。
[編輯] 參閱
[virtual] |
返回解釋字串 (virtual public member function) |