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 inequality between error_condition objects.
bool operator!=(const error_condition& _Right) const;
Parameters
Parameter |
Description |
|---|---|
_Right |
The object to be tested for inequality. |
Return Value
true if the error_condition object is not equal to the error_condition object passed in _Right; otherwise false.
Remarks
The member operator returns !(*this == _Right).
Requirements
Header: <system_error>
Namespace: std