[#CCoinsViewCache-ResetGuard-operator_assign-0e8] = xref:CCoinsViewCache.adoc[CCoinsViewCache]::xref:CCoinsViewCache/ResetGuard.adoc[ResetGuard]::operator= :relfileprefix: ../../ :mrdocs: Copy 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] const& other) = delete; ---- == Return Value Never returns; this overload is deleted. == Parameters [cols="1,4"] |=== | Name| Description | *other* | The guard that would be assigned from (assignment is disabled). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#