共用方式為


operator== 運算子 (<thread>)

比較兩個 thread::id 物件是否相等。

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

參數

  • Left
    thread::id 物件。

  • Right
    thread::id 物件。

傳回值

true ,如果兩個物件代表執行相同執行緒或,如果沒有物件不表示執行緒;則為,否則為 false。

備註

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

需求

標題: thread

命名空間: std

請參閱

參考

<thread>

其他資源

C++ 標準程式庫標頭檔