◐ Shell
clean mode source ↗

std::thread::~thread — cppreference.com

De cppreference.com

<metanoindex/>

Bibliothèque de support fil

Threads

Original:

Threads

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

this_thread espace de noms

Original:

this_thread namespace

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

L'exclusion mutuelle

Original:

Mutual exclusion

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Gestion du verrouillage générique

Original:

Generic lock management

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Les variables de condition

Original:

Condition variables

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Futures

Original:

Futures

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

std::thread

Classes de membres

Original:

Member classes

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Les fonctions membres

Original:

Member functions

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Des observateurs

Original:

Observers

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Opérations

Original:

Operations

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Tiers fonctions

Original:

Non-member functions

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

<tbody> </tbody>

~thread();

(depuis C++11)

Détruit l'objet thread. Si *this a encore un filetage associé marche (joinable() == true), std::terminate() est appelé .

Original:

Destroys the thread object. If *this still has an associated running thread (i.e. joinable() == true), std::terminate() is called.

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.