std::future_error::code
提供: cppreference.com
< cpp | thread | future error
const std::error_code& code() const noexcept; |
(C++11以上) | |
格納されているエラーコードを返します。
[編集] 引数
(なし)
[編集] 戻り値
格納されているエラーコード。
[編集] 関連項目
エラーコードに固有の説明文字列を返します (パブリックメンバ関数) |