StdMutex::Guard::Guard

Acquire the given mutex for the lifetime of this guard.

Synopsis

Declared in <util/stdmutex.h>

[[acquire_capability(0x7fbc9c3dc968), acquire_capability(0x7fbcacb62c68)]]
explicit
Guard(StdMutex& cs);

Parameters

NameDescription
csThe mutex to lock.