operator>= 運算子 (<thread>)
判斷 thread::id 物件是否大於或等於另一個。
bool operator>= (
thread::id Left,
thread::id Right) _NOEXCEPT
參數
Left
左 thread::id 物件。Right
右 thread::id 物件。
傳回值
!(Left < Right)
備註
這個函式不會擲回任何例外狀況。
需求
標題: thread
命名空間: std
判斷 thread::id 物件是否大於或等於另一個。
bool operator>= (
thread::id Left,
thread::id Right) _NOEXCEPT
Left
左 thread::id 物件。
Right
右 thread::id 物件。
!(Left < Right)
這個函式不會擲回任何例外狀況。
標題: thread
命名空間: std