operator>=, opérateur (<thread>)
Déterminer si un objet thread::id est supé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
!(Left < Right)
Notes
Cette fonction ne lève aucune exception.
Configuration requise
En-tête : thread
Espace de noms : std
Voir aussi
Référence
operator<, opérateur (<thread>)