operator<< 運算子 (<thread>)
插入 thread::id 物件的文字表示寫入至資料流。
template<class Elem, class Tr>
basic_ostream<Elem, Tr>& operator<<(
basic_ostream<Elem, Tr>& Ostr, thread::id Id);
參數
Ostr
basic_ostream 物件。Id
thread::id 物件。
傳回值
Ostr.
備註
這個函式將 Id 插入 Ostr。
如果兩個 thread::id 物件比較相等,其插入的文字表示是相同的。
需求
標題: thread
命名空間: std