共用方式為


operator> 運算子 (<thread>)

判斷 thread::id 物件是否大於另一個執行個體。

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

參數

  • Left
    thread::id 物件。

  • Right
    thread::id 物件。

傳回值

Right < Left

備註

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

需求

標題: thread

命名空間: std

請參閱

參考

<thread>

operator< 運算子 (<thread>)

其他資源

C++ 標準程式庫標頭檔