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_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.