An annotated version of std::lock_guard for StdMutex.
Synopsis
Declared in <util/stdmutex.h>
class [[scoped_lockable]] Guard
: public std::lock_guard<StdMutex>
Base Classes
Name |
Description |
|
Type Aliases
Name |
Member Functions
Name |
Description |
|
Acquire the given mutex for the lifetime of this guard. |
|
Release the held mutex when the guard is destroyed. |
|
Created with MrDocs