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