explicit operator bool() const noexcept; | (since C++11) |
Checks whether the stored error code is not zero.
(none).
true
if value != 0
, false
otherwise.
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
https://en.cppreference.com/w/cpp/error/error_condition/operator_bool