名稱空間
變體
操作

std::error_code::value

來自 cppreference.com
< cpp‎ | 錯誤‎ | 錯誤碼
 
 
 
 
 
int value() const noexcept;
(C++11 起)

返回平臺相關的錯誤碼值。

[編輯] 引數

(無)

[編輯] 返回值

平臺相關的錯誤碼值。

[編輯] 參閱

獲取此 error_code 的 error_category
(公有成員函式) [編輯]