std::condition_variable::condition_variable
De cppreference.com
|
|
This page has been machine-translated from the English version of the wiki using Google Translate.
The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
<metanoindex/>
<tbody> </tbody> condition_variable(); |
(1) | (depuis C++11) |
condition_variable(const condition_variable&) = delete; |
(2) | (depuis C++11) |
1)
Construit un objet de type ..
std::condition_variableOriginal:
Constructs an object of type
std::condition_variable.The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
2)
Constructeur de copie est supprimée .
Original:
Copy constructor is deleted.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
Paramètres
(Aucun)
Original:
(none)
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
Exceptions
1)
Peut générer std::system_error avec std::error_condition égale à std::errc::resource_unavailable_try_again ou une autre valeur définie par l'implémentation .
Original:
May throw std::system_error with std::error_condition equal to std::errc::resource_unavailable_try_again or another implementation-defined value.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.