std::error_code::value

Returns the platform dependent error code value.

# Declarations

int value() const noexcept;

(since C++11)

# Return value

The platform-dependent error code value.

# See also