absl::WriterMutexLock

RAII helper that acquires and releases a write (exclusive) lock on a Mutex.

Synopsis

Declared in <absl/synchronization/mutex.h>

class WriterMutexLock;

Member Functions

NameDescription
WriterMutexLock [constructor]Constructors
~WriterMutexLock [destructor]Releases the held write lock.
operator= Assignment operators