Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Tests for inequality between error_category objects.
bool operator!=(const error_category& _Right) const;
Parameters
Parameter |
Description |
|---|---|
_Right |
The object to be tested for inequality. |
Return Value
true if the error_category object is not equal to the error_category object passed in _Right; otherwise false.
Remarks
The member operator returns (!*this == _Right).
Requirements
Header: <system_error>
Namespace: std