std::error_code::value
Min standard notice:
Returns the platform dependent error code value.
# Declarations
int value() const noexcept;
(since C++11)
# Return value
The platform-dependent error code value.
Returns the platform dependent error code value.
int value() const noexcept;
(since C++11)
The platform-dependent error code value.