C++ 参考手册

位置:首页 > C++ 参考手册 >错误处理 >std::error_condition > std::error_condition::clear

void clear() noexcept;
(C++11 起)

清除 error_condition 的状态。设置 error_code 为 0 , error_category 为 std::generic_category

参数

(无)

返回值

(无)