Share via


<system_error> typedefs

 

The latest version of this topic can be found at <system_error> typedefs.

generic_errno

A type that represents the enumeration that provides the symbolic names for all the error-code macros defined by Posix in <errno.h>.

typedef errc generic_error;

Remarks

The type is a synonym for errc.

See Also

<system_error>