名稱空間
變體
操作

std::error_condition::category

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

返回儲存的錯誤類別。

[編輯] 引數

(無)

[編輯] 返回值

儲存的錯誤類別。

[編輯] 參閱

錯誤類別的基類
(類) [編輯]