Partager via


operator<=, opérateur (<thread>)

Détermine si un objet d'thread::id est inférieur ou égal à un autre.

bool operator<= (
   thread::id Left,
   thread::id Right) _NOEXCEPT

Paramètres

  • Left
    Objet gauche thread::id.

  • Right
    Objet droit thread::id.

Valeur de retour

!(Right < Left)

Notes

Cette fonction ne lève aucune exception.

Configuration requise

En-tête : thread

Espace de noms : std

Voir aussi

Référence

<thread>

operator<, opérateur (<thread>)

Autres ressources

Fichiers d'en-tête de bibliothèque standard C++