運算子 > = 運算子 (<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)
這個函式不會擲回任何例外狀況。
標題: 執行緒
命名空間: 可以