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