Construct a std::condition_variable_any object.
condition_variable_any();
- Effects:
Constructs a new
std::condition_variable_anyinstance.- Throws:
An exception of type
std::system_errorif the condition variable could not be constructed.
Header
#include <condition_variable>