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