condition_variable_any::condition_variable_any-Konstruktor

Erstellt ein condition_variable_any-Objekt.

condition_variable_any();

Hinweise

Wenn nicht genügend Arbeitsspeicher verfügbar ist, löst der Konstruktor ein system_error-Objekt aus, das einen not_enough_memory Fehlercode verfügt.Wenn das Objekt nicht erstellt werden kann, da eine andere Ressource nicht verfügbar ist, löst der Konstruktor ein system_error-Objekt aus, das einen resource_unavailable_try_again Fehlercode verfügt.

Anforderungen

Header: condition_variable

Namespace: std

Siehe auch

Referenz

condition_variable_any Klasse

<condition_variable>