[#absl-WriterMutexLock] = xref:absl.adoc[absl]::WriterMutexLock :relfileprefix: ../ :mrdocs: RAII helper that acquires and releases a write (exclusive) lock on a `Mutex`. == Synopsis Declared in `<absl/synchronization/mutex.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class WriterMutexLock; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:absl/WriterMutexLock/2constructor-03.adoc[`WriterMutexLock`] [.small]#[constructor]# | Constructors | xref:absl/WriterMutexLock/2destructor.adoc[`~WriterMutexLock`] [.small]#[destructor]# | Releases the held write lock. | xref:absl/WriterMutexLock/operator_assign-04.adoc[`operator=`] | Assignment operators |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#