std::system_error::code
Min standard notice:
Returns the stored error code.
# Declarations
const std::error_code& code() const noexcept;
(since C++11)
# Return value
The stored error code.
Returns the stored error code.
const std::error_code& code() const noexcept;
(since C++11)
The stored error code.