Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates an error code object.
error_code make_error_code(generic_errno _Errno);
Parameters
Parameter |
Description |
---|---|
_Errno |
The enumeration value to store in the error code object. |
Return Value
The error code object.
Requirements
Header: <system_error>
Namespace: std