public member function

std::error_condition::clear

<system_error>
void clear() noexcept;
Clear error condition
Clears the value in the error_condition object so that it is set to a value of 0 of the generic_category (indicating no error).

Parameters

none

Return value

none

See also