public member function
<system_error>

std::error_condition::clear

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