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_errorstd::error_conditionstd::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.