[#CCoinsViewCache-ResetGuard-2constructor-0f] = xref:CCoinsViewCache.adoc[CCoinsViewCache]::xref:CCoinsViewCache/ResetGuard.adoc[ResetGuard]::ResetGuard :relfileprefix: ../../ :mrdocs: Constructors == Synopses Declared in `<coins.h>` Copying is disabled so the cache is reset exactly once. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:CCoinsViewCache/ResetGuard/2constructor-01.adoc[ResetGuard](xref:CCoinsViewCache/ResetGuard.adoc[ResetGuard] const& other) = delete; ---- [.small]#xref:CCoinsViewCache/ResetGuard/2constructor-01.adoc[_» more..._]# Moving is disabled so the cache is reset exactly once. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:CCoinsViewCache/ResetGuard/2constructor-0b.adoc[ResetGuard](xref:CCoinsViewCache/ResetGuard.adoc[ResetGuard]&& other) = delete; ---- [.small]#xref:CCoinsViewCache/ResetGuard/2constructor-0b.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *other* | The guard that would be copied from (copying is disabled). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#