public member function
<system_error>
std::error_condition::operator boolexplicit operator bool() const noexcept;
Convert to bool
Returns whether the error condition has a numerical value other than0
.
If it is zero (which is generally used to represent no error), the function returns false
, otherwise it returns true
.
true
if the condition's numerical value is not zero.
false
otherwise.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4