std::error_condition:: clear
From cppreference.com
<
cpp
|
error
|
error condition
C++
Utilities library
|
|
Diagnostics library
|
|
std::error_condition
Member functions | ||||
error_condition::clear
|
||||
Non-member functions | ||||
(until C++20)
(until C++20)
(C++20)
|
||||
Helper classes | ||||
void
clear
(
)
noexcept
;
|
(since C++11) | |
Clears the state of the error condition. Sets the error value to 0 and error category to std::generic_category .
Parameters
(none)
Return value
(none)
Retrieved from "
https://en.cppreference.com/mwiki/index.php?title=cpp/error/error_condition/clear&oldid=160908
"