目录

(destructor)

描述 (Description)

It destroys the thread object.

声明 (Declaration)

Following is the declaration for std::thread::~thread function.

~thread();

C++11

~thread();

参数 (Parameters)

none

返回值 (Return Value)

none

异常 (Exceptions)

none

数据竞争 (Data races)

modifies x.

↑回到顶部↑
WIKI教程 @2018