public member function
<system_error>

std::error_code::clear

void clear() noexcept;
清除错误码
清除error_code对象中的值,以便将其设置为system_category0值(表示没有错误)。

参数



返回值



另见