共用方式為


operator< 運算子 (<thread>)

判斷 thread::id 物件是否小於另一個。

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

參數

  • Left
    thread::id 物件。

  • Right
    thread::id 物件。

傳回值

true ,如果 Left 在總定序的 Right 之前;則為,否則為 false。

備註

運算子會定義在所有 thread::id 物件的總定序。 這些物件可以當做輸入相關的容器。

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

需求

標題: thread

命名空間: std

請參閱

參考

<thread>

其他資源

C++ 標準程式庫標頭檔