| (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
| (since C++11) |
Checks whether the stored error code is not zero.
(none).
true
if value != 0
, false
otherwise.
noexcept
specification: noexcept
Designed by : w10schools
service@w10schools.com
Please login to continue.