[#CCoinsViewCache-ResetGuard-operator_assign-0e9] = xref:CCoinsViewCache.adoc[CCoinsViewCache]::xref:CCoinsViewCache/ResetGuard.adoc[ResetGuard]::operator= :relfileprefix: ../../ :mrdocs: Move assignment is disabled so the cache is reset exactly once. == Synopsis Declared in `<coins.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:CCoinsViewCache/ResetGuard.adoc[ResetGuard]& operator=(xref:CCoinsViewCache/ResetGuard.adoc[ResetGuard]&& other) = delete; ---- == Return Value Never returns; this overload is deleted. == Parameters [cols="1,4"] |=== | Name| Description | *other* | The guard that would be moved from (moving is disabled). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#