operator<<(std::thread::id)
运算符<<%28std::线程::id%29
template< class CharT, class Traits > std::basic_ostream | | (since C++11) |
---|
写入线程标识符的文本表示形式。id
到输出流ost
...
如果两个线程标识符比较相等,则它们具有相同的文本表示;如果它们不比较相等,则它们的表示是不同的。
参数
ost | - | output stream to insert the data into |
---|---|---|
id | - | thread identifier |
返回值
ost
...
例外
%280%29
© cppreference.com
在CreativeCommonsAttribution下授权-ShareAlike未移植许可v3.0。