error_condition::operator<
Vérifie si un objet error_condition est inférieur à l'objet error_code passé en vue de leur comparaison.
bool operator<(const error_condition& _Right) const;
Paramètres
Paramètre |
Description |
---|---|
_Right |
Objet error_condition à comparer. |
Valeur de retour
true si l'objet error_condition est inférieur à l'objet error_condition passé en vue de leur comparaison. Sinon, false.
Notes
L'opérateur membre retourne category() < _Right.category() || category() == _Right.category() && value < _Right.value().
Configuration requise
Header: <system_error>
Espace de noms : std