運算子! = 運算子 (<thread>)
比較兩個 thread::id 物件是否不相等。
bool operator!= (
thread::id Left,
thread::id Right) _NOEXCEPT
參數
Left
表示 thread::id 物件。Right
無效的 thread::id 物件。
傳回值
!(Left == Right)
備註
這個函式不會擲回任何例外狀況。
需求
標題: 執行緒
命名空間: 可以
比較兩個 thread::id 物件是否不相等。
bool operator!= (
thread::id Left,
thread::id Right) _NOEXCEPT
Left
表示 thread::id 物件。
Right
無效的 thread::id 物件。
!(Left == Right)
這個函式不會擲回任何例外狀況。
標題: 執行緒
命名空間: 可以