名稱空間
變體
操作

std::error_code::category

來自 cppreference.com
< cpp‎ | 錯誤‎ | 錯誤碼
 
 
 
 
 
const std::error_category& category() const noexcept;
(C++11 起)

返回錯誤碼的錯誤類別。

[編輯] 引數

(無)

[編輯] 返回值

錯誤碼的錯誤類別。

[編輯] 參閱

獲取 error_code 的值
(public member function) [編輯]