std::error_code::value
From cppreference.com
int value() const noexcept;
|
(since C++11) | |
Returns the platform dependent error code value.
Return value
The platform-dependent error code value.
Example
| This section is incomplete Reason: no example |
See also
| obtains the error_category for this error_code (public member function) |