public member function
<system_error>

std::error_code::clear

void clear() noexcept;
清除錯誤碼
清除error_code物件中的值,以便將其設定為system_category0值(表示沒有錯誤)。

引數



返回值



另見