Assignment operators
Synopses
Declared in <absl/synchronization/mutex.h>
Deleted copy assignment.
MutexLock&
operator=(MutexLock const& other) = delete;
Deleted move assignment.
MutexLock&
operator=(MutexLock&& other) = delete;
Created with MrDocs