public member function
<system_error>

std::error_condition::clear

void clear() noexcept;
清除错误条件
清除error_condition对象中的值,使其设置为generic_category0值(表示没有错误)。

参数



返回值



另见