[#CCoinsViewCache-2constructor-0f] = xref:CCoinsViewCache.adoc[CCoinsViewCache]::CCoinsViewCache :relfileprefix: ../ :mrdocs: By deleting the copy constructor, we prevent accidentally using it when one intends to create a cache on top of a base cache. == Synopsis Declared in `<coins.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- CCoinsViewCache(xref:CCoinsViewCache.adoc[CCoinsViewCache] const& other) = delete; ---- == Parameters [cols="1,4"] |=== | Name| Description | *other* | The cache that would be copied from (copying is disabled). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#