MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / ConditionVariable

Function ConditionVariable

Libraries/Threading/Threading.h:77–77  ·  view source on GitHub ↗

Underlying OS primitives can't be copied or moved

Source from the content-addressed store, hash-verified

75
76 // Underlying OS primitives can't be copied or moved
77 ConditionVariable(const ConditionVariable&) = delete;
78 ConditionVariable(ConditionVariable&&) = delete;
79 ConditionVariable& operator=(const ConditionVariable&) = delete;
80 ConditionVariable& operator=(ConditionVariable&&) = delete;

Callers 1

Threading.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected