std::make_error_code(std::errc)

Header: <system_error>

Creates error code value for errc enum e.

# Declarations

std::error_code make_error_code( std::errc e ) noexcept;

(since C++11)

# Parameters

# Return value

Error code corresponding to e.

# See also