Deleted move constructor.
Declared in <absl/synchronization/mutex.h>
<absl/synchronization/mutex.h>
MutexLock(MutexLock&& other) = delete;
Name
Description
other
The object to move construct from
Created with MrDocs