RAII helper like MutexLock, but a no-op when the mutex pointer is null.
Declared in <absl/synchronization/mutex.h>
class MutexLockMaybe;
| Name | Description |
|---|---|
MutexLockMaybe [constructor] | Constructors |
~MutexLockMaybe [destructor] | Releases the held mutex if one was acquired. |