std::condition_variable_any::condition_variable_any — cppreference.com
De cppreference.com
<metanoindex/>
<tbody> </tbody>
|
|
(1) | (depuis C++11) |
|
|
(2) | (depuis C++11) |
1)
Construit un objet de type .. std::condition_variable_any
Original:
Constructs an object of type std::condition_variable_any.
The text has been machine-translated via Google Translate.
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.
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.
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.