Partager via


opérateur ! L'opérateur = (<thread>)

Compare si deux objets thread::id sont inégaux.

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

!(Left == Right)

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

<thread>

opérateur d'operator== (<thread>)

Autres ressources

Fichiers d'en-tête