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
operator== – operátor (<thread>)