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