StdMutex::Guard::Guard

Acquire the given mutex for the lifetime of this guard.

Synopsis

Declared in <util/stdmutex.h>

[[acquire_capability(0x7f9522023e28), acquire_capability(0x7f94f0a0a058)]]
explicit
Guard(StdMutex& cs);

Parameters

NameDescription
csThe mutex to lock.