std::condition_variable::condition_variable
Da cppreference.com.
|
|
Questa pagina è stata tradotta in modo automatico dalla versione in ineglese della wiki usando Google Translate.
La traduzione potrebbe contenere errori e termini strani. Muovi il puntatore sopra al testo per vedere la versione originale. Puoi aiutarci a correggere gli gli errori. Per ulteriori istruzioni clicca qui. |
<metanoindex/>
<tbody> </tbody> condition_variable(); |
(1) | (dal C++11) |
condition_variable(const condition_variable&) = delete; |
(2) | (dal C++11) |
1)
Costruisce un oggetto di tipo
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.
2)
Costruttore di copia viene eliminato.
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.
Parametri
(Nessuno)
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.
Eccezioni
1)
Può lanciare std::system_error con std::error_condition pari std::errc::resource_unavailable_try_again o un'altra implementazione valore definito.
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.