Deleted move assignment.
Declared in <absl/synchronization/mutex.h>
<absl/synchronization/mutex.h>
MutexLock& operator=(MutexLock&& other) = delete;
Reference to the current object
Name
Description
other
The object to move assign from
Created with MrDocs