operator!=, opérateur (<thread>)
Compare si deux objets thread::id sont inégaux.
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>)