C++ Thread Library - Function 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.

thread.htm
Advertisements