[#StdMutex-Guard-operator_assign] = xref:StdMutex.adoc[StdMutex]::xref:StdMutex/Guard.adoc[Guard]::operator= :relfileprefix: ../../ :mrdocs: == Synopsis Declared in `<util/stdmutex.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[__exclude_from_explicit_instantiation__, __abi_tag__]] lock_guard<StdMutex>& operator=(lock_guard<StdMutex> const& value) = delete; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#