std::condition_variable_any::condition_variable_any
Материал из 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) | (начиная с C++11) |
| condition_variable_any(const condition_variable_any&) = delete; |
(2) | (начиная с C++11) |
Создает объект типа
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.
Конструктор копии удаляются.
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.
[править] Параметры
(Нет)
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.
[править] Исключения
1)Может бросить std::system_error с std::error_condition равно std::errc::resource_unavailable_try_again или другую реализацию определенного значения.
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.