std::condition_variable::condition_variable
Aus cppreference.com
< cpp | thread | condition variable
![]() |
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. |
condition_variable(); |
(1) | (seit C++11) |
condition_variable(const condition_variable&) = delete; |
(2) | (seit C++11) |
Erzeugt ein Objekt vom Typ
2) std::condition_variable
.Original:
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.
Copy-Konstruktor wird gelöscht .
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.
[Bearbeiten] Parameter
(None)
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.
[Bearbeiten] Ausnahmen
1)Kann std::system_error mit std::error_condition gleich std::errc::resource_unavailable_try_again oder einer anderen Implementierung definierten Wert zu werfen .
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.