opérateur d'operator<= (<thread>)
Détermine si un objet d' thread::id est inférieure ou égale à une autre.
bool operator<= (
thread::id Left,
thread::id Right) _NOEXCEPT
Paramètres
Left
L'objet gauche d' thread::id .Right
Le bon objet d' thread::id .
Valeur de retour
!(Right < Left)
Notes
Cette fonction ne lève pas d'exception.
Configuration requise
Thread d'En-tête :
L'espace de noms : DST
Voir aussi
Référence
opérateur d'operator< (<thread>)