Partager via


error_category::operator ! =

Tests pour l'inégalité entre les objets d' error_category .

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

Paramètres

Paramètre

Description

_Right

l'objet à tester pour l'inégalité.

Valeur de retour

true si l'objet d' error_category n'est pas égal à l'objet d' error_category passé dans _Right; sinon false.

Notes

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

Configuration requise

en-tête : <system_error>

l'espace de noms : DST

Voir aussi

Référence

error_category Class