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