MCPcopy Create free account
hub / github.com/bloomberg/quantum / ConditionVariable

Method ConditionVariable

quantum/quantum_condition_variable.h:43–43  ·  view source on GitHub ↗

@warning Copy constructor is explicitly deleted.

Source from the content-addressed store, hash-verified

41
42 /// @warning Copy constructor is explicitly deleted.
43 ConditionVariable(const ConditionVariable& other) = delete;
44
45 /// @warning Move constructor is explicitly deleted.
46 ConditionVariable(ConditionVariable&& other) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected