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 比较这些对象的插入文本表示相同。
要求
标头: 线程
命名空间: std