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.
Tests for equality between error_condition objects.
bool operator==(const error_condition& _Right) const;
Parameters
Parameter |
Description |
|---|---|
_Right |
The ojbect to be tested for equality. |
Return Value
true if the objects are equal; false if objects are not equal.
Remarks
The member operator returns category() == _Right.category() && value == _Right.value().
Requirements
Header: <system_error>
Namespace: std