std::condition_variable_any::condition_variable_any
De cppreference.com
< cpp | thread | condition variable any
|
|
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_any(); |
(1) | (ya que C + +11) |
| condition_variable_any(const condition_variable_any&) = delete; |
(2) | (ya que C + +11) |
Construye un objeto de tipo
2) 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.
You can help to correct and verify the translation. Click here for instructions.
Constructor de copia se suprimidos .
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.
[editar] Parámetros
(Ninguno)
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.
[editar] Excepciones
1)Puede lanzar std::system_error con std::error_condition igual a std::errc::resource_unavailable_try_again u otro valor definido por la implantación .
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.