Sdílet prostřednictvím


operator!= – operátor (<thread>)

Porovná dva thread::id objekty nerovnost.

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

Parametry

  • Left
    Levý objekt thread::id.

  • Right
    Pravý objekt thread::id.

Vrácená hodnota

!(Left == Right)

Poznámky

Tato funkce nevyvolá žádné výjimky.

Požadavky

Hlavička: thread

Obor názvů: std

Viz také

Referenční dokumentace

<thread>

operator== – operátor (<thread>)

Další zdroje

Standardní knihovna C++ – hlavičkové soubory