[#CCoinsViewCache-ResetGuard-2constructor-0b] = xref:CCoinsViewCache.adoc[CCoinsViewCache]::xref:CCoinsViewCache/ResetGuard.adoc[ResetGuard]::ResetGuard :relfileprefix: ../../ :mrdocs: Moving 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]&& other) = delete; ---- == 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]#