C++ Thread 库 - Function destructor
描述
它销毁线程对象。
声明
以下是 std::thread::~thread 函数的声明。
~thread();
C++11
~thread();
参数
none
返回值
none
异常
none
数据竞争
修改 x。
它销毁线程对象。
以下是 std::thread::~thread 函数的声明。
~thread();
~thread();
none
none
none
修改 x。
如果您发现内容有误或提出修改建议,请随时向我们发送 E-mail 邮件:
421660149@qq.com
您的建议已发送到 W3schools。