The latest version of this topic can be found at <system_error>.
Include the header <system_error> to define the exception class system_error and related templates for processing low-level system errors.
Syntax
#include <system_error>
Objects
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>. |
Functions
Operators
| operator== |
Tests if the object on the left side of the operator is equal to the object on the right side. |
| operator!= |
Tests if the object on the left side of the operator is not equal to the object on the right side. |
| operator< |
Tests if an object is less than the object passed in for comparison. |
Enumerations
| errc |
Provides symbolic names for all the error-code macros defined by Posix in <errno.h>. |
Classes and Structs
Requirements
Header: <system_error>
Namespace: std
See Also
Header Files Reference