[#CCoinsViewCache-ResetGuard-2constructor-01] = xref:CCoinsViewCache.adoc[CCoinsViewCache]::xref:CCoinsViewCache/ResetGuard.adoc[ResetGuard]::ResetGuard :relfileprefix: ../../ :mrdocs: Copying is disabled so the cache is reset exactly once. == Synopsis Declared in `<coins.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- ResetGuard(xref:CCoinsViewCache/ResetGuard.adoc[ResetGuard] const& other) = delete; ---- == 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]#