absl::ReaderMutexLock::operator=

Assignment operators

Synopses

Declared in <absl/synchronization/mutex.h>

Deleted copy assignment.

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

Deleted move assignment.

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