共用方式為


運算子 << 運算子 (<thread>)

插入 thread::id 物件的文字表示寫入至資料流。

template<class Elem, class Tr>
   basic_ostream<Elem, Tr>& operator<<(
      basic_ostream<Elem, Tr>& Ostr, thread::id Id);

參數

傳回值

Ostr.

備註

這個函式將 Id 插入 Ostr。

如果兩個 thread::id 物件比較相等,其插入的文字表示是相同的。

需求

標題: 執行緒

命名空間: 可以

請參閱

參考

<thread>

其他資源

標頭檔