error_category Class
Represents the abstract, common base for objects that describes a category of error codes.
class error_category;
Remarks
Two predefined objects implement error_category: generic_category and system_category.
TypeDefs
A type that represents the stored error code value. |
Member Functions
Stores the error code value for an error condition object. |
|
Returns a value that specifies whether error objects are equivalent. |
|
Returns the name of the specified error code. |
|
Returns the name of the category. |
Operators
Tests for equality between error_category objects. |
|
Tests for inequality between error_category objects. |
|
Tests if the error_category object is less than the error_category object passed in for comparison. |
Requirements
Header: <system_error>
Namespace: std