Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Represents user-defined error codes.
class error_condition;
An object of type error_condition stores an error code value and a pointer to an object that represents a category of error codes used for reported user-defined errors.
Constructs an object of type error_condition. |
A type that represents the stored error code value. |
Assigns an error code value and category to an error condition. |
|
Returns the error category. |
|
Clears the error code value and category. |
|
Returns the name of the error code. |
Tests for equality between error_condition objects. |
|
Tests for inequality between error_condition objects. |
|
Tests if the error_condition object is less than the error_code object passed in for comparison. |
|
Assigns a new enumeration value to the error_condition object. |
|
Casts a variable of type error_condition. |
Header: <system_error>
Namespace: std