explicit operator bool() const; | (since C++11) |
Checks whether the stored error code is not zero.
Parameters
(none).
Return value
true if value != 0, false otherwise.
Exceptions
noexcept specification: noexcept explicit operator bool() const; | (since C++11) |
Checks whether the stored error code is not zero.
(none).
true if value != 0, false otherwise.
noexcept specification: noexcept
Please login to continue.