std::future_error::code
来自 cppreference.com
< cpp | thread | future error
const std::error_code& code() const noexcept; |
(自 C++11 起) | |
返回存储的错误代码。
[编辑] 参数
(无)
[编辑] 返回值
存储的错误代码。
[编辑] 另请参阅
返回特定于错误代码的解释字符串 (公有成员函数) |