operator== 運算子 (<thread>)
比較兩個 thread::id 物件是否相等。
bool operator== (
thread::id Left,
thread::id Right) _NOEXCEPT
參數
Left
左 thread::id 物件。Right
右 thread::id 物件。
傳回值
true ,如果兩個物件代表執行相同執行緒或,如果沒有物件不表示執行緒;則為,否則為 false。
備註
這個函式不會擲回任何例外狀況。
需求
標題: thread
命名空間: std