Condividi tramite


operator!= (<system_error>)

Test se l'oggetto a sinistra dell'operatore non è uguale all'oggetto a destra.

bool operator!=(const error_code& _Left, const error_condition& _Right);
bool operator!=(const error_condition& _Left, const error_code& _Right);

Parametri

Parametro

Descrizione

_Left

Oggetto da verificare la disuguaglianza.

_Right

Oggetto da verificare la disuguaglianza.

Valore restituito

true se l'oggetto passato in _Left non è uguale all'oggetto passato in _Right; in caso contrario false.

Note

Questa funzione restituisce !(_Left == _Right).

Vedere anche

Riferimenti

<system_error>