[#StdMutex-Guard-2destructor] = xref:StdMutex.adoc[StdMutex]::xref:StdMutex/Guard.adoc[Guard]::~Guard :relfileprefix: ../../ :mrdocs: Release the held mutex when the guard is destroyed. == Synopsis Declared in `<util/stdmutex.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[release_capability]] constexpr ~Guard() = default; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#