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