std::error_condition::clear

来自cppreference.com
 
 
 
 
 
void clear() noexcept;
(C++11 起)

清除错误条件的状态。设置错误值为 0,错误类别为 std::generic_category

[编辑] 参数

(无)

[编辑] 返回值

(无)