共用方式為


運算子 > = 運算子 (<thread>)

判斷 thread::id 物件是否大於或等於另一個。

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

參數

  • Left
    表示 thread::id 物件。

  • Right
    無效的 thread::id 物件。

傳回值

!(Left < Right)

備註

這個函式不會擲回任何例外狀況。

需求

標題: 執行緒

命名空間: 可以

請參閱

參考

<thread>

運算子 < 運算子 (<thread>)

其他資源

標頭檔