◐ Shell
clean mode source ↗

std::condition_variable_any::condition_variable_any – cppreference.com

Aus cppreference.com

<metanoindex/>

<tbody> </tbody>

condition_variable_any();

(1) (seit C++11)

condition_variable_any(const condition_variable_any&) = delete;

(2) (seit C++11)

1)

Erzeugt ein Objekt vom Typ 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.

2)

Copy-Konstruktor wird gelöscht .

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.

Parameter

(None)

Original:

(none)

The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

Ausnahmen

1)

Kann std::system_error mit std::error_condition gleich std::errc::resource_unavailable_try_again oder einer anderen Implementierung definierten Wert zu werfen .

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.