absl::WriterMutexLock::operator=

Assignment operators

Synopses

Declared in <absl/synchronization/mutex.h>

Deleted copy assignment.

WriterMutexLock&
operator=(WriterMutexLock const& other) = delete;
» more...

Deleted move assignment.

WriterMutexLock&
operator=(WriterMutexLock&& other) = delete;
» more...