std::error_code::clear
提供: cppreference.com
< cpp | error | error code
void clear() noexcept; |
(C++11以上) | |
エラーコードとエラーカテゴリをデフォルト値で置き換えます。
*this = error_code(0, std::system_category()) と同等です。
[編集] 引数
(なし)
[編集] 戻り値
(なし)