int value() const; | (since C++11) |
Returns the stored error code.
Parameters
(none).
Return value
The stored error code.
Exceptions
noexcept
specification: noexcept
int value() const; | (since C++11) |
Returns the stored error code.
(none).
The stored error code.
noexcept
specification: noexcept
Please login to continue.