std::future_error::code
來自 cppreference.com
< cpp | thread | future error
const std::error_code& code() const noexcept; |
(C++11 起) | |
返回儲存的錯誤程式碼。
[編輯] 引數
(無)
[編輯] 返回值
儲存的錯誤程式碼。
[編輯] 參閱
返回特定於錯誤程式碼的解釋性字串 (公共成員函式) |