次の方法で共有


operator! = 演算子 ()<thread>

非等値の thread::id の 2 種類のオブジェクトを比較します。

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

パラメーター

  • Left
    thread::id の左側のオブジェクト。

  • Right
    thread::id の右側のオブジェクト。

戻り値

!(Left == Right)

解説

この関数は例外をスローしません。

必要条件

ヘッダー: のスレッド

名前空間: std

参照

関連項目

<thread>

operator== 演算子 ()<thread>

その他の技術情報

ヘッダー ファイル