Partager via


error_condition::operator!=

Teste l'inégalité entre les objets error_condition.

bool operator!=(const error_condition& _Right) const;

Paramètres

Paramètre

Description

_Right

L'objet dont l'égalité doit être testée.

Valeur de retour

true si l'objet error_condition n'est pas égal à l'objet error_condition passé dans _Right. Sinon, false.

Notes

L'opérateur membre retourne !(*this == _Right).

Configuration requise

Header: <system_error>

Espace de noms : std

Voir aussi

Référence

error_condition, classe