std::error_code::clear
Min standard notice:
Replaces the error code and error category with default values.
# Declarations
void clear() noexcept;
(since C++11)
# Return value
(none)
Replaces the error code and error category with default values.
void clear() noexcept;
(since C++11)
(none)