std::error_code::value
From cppreference.com
< cpp | error | error code
int value() const; |
(since C++11) | |
Returns the platform dependent error value.
Contents |
[edit] Parameters
(none)
[edit] Return value
The platform-dependent error value.
[edit] Exceptions
noexcept specification:
noexcept
[edit] See also
obtains the error_category for this error_code (public member function) |