StdMutex::Guard::Guard

Acquire the given mutex for the lifetime of this guard.

Synopsis

Declared in <util/stdmutex.h>

[[acquire_capability(0x7f2e35e5b228), acquire_capability(0x7f2e439ab698)]]
explicit
Guard(StdMutex& cs);

Parameters

NameDescription
csThe mutex to lock.