std::error_code::value
提供: cppreference.com
< cpp | error | error code
ユーティリティライブラリ
|
エラー処理
|
|
std::error_code
メンバ関数 | ||||
変更 | ||||
観察 | ||||
error_code::value | ||||
非メンバ関数 | ||||
(C++20未満)(C++20未満)(C++20) | ||||
ヘルパークラス | ||||
int value() const noexcept; | (C++11以上) | |
プラットフォーム依存のエラー値を返します。
[編集] 引数
(なし)
[編集] 戻り値
プラットフォーム依存のエラー値。
[編集] 関連項目
この error_code に対する error_category を取得します (パブリックメンバ関数) [edit] |