[#StdMutex-Guard-2constructor] = xref:StdMutex.adoc[StdMutex]::xref:StdMutex/Guard.adoc[Guard]::Guard :relfileprefix: ../../ :mrdocs: Acquire the given mutex for the lifetime of this guard. == Synopsis Declared in `<util/stdmutex.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[acquire_capability(0x7f2e35e5b228), acquire_capability(0x7f2e439ab698)]] explicit Guard(xref:StdMutex.adoc[StdMutex]& cs); ---- == Parameters [cols="1,4"] |=== | Name| Description | *cs* | The mutex to lock. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#