CCoinsViewCache::CCoinsViewCache

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>

CCoinsViewCache(CCoinsViewCache const& other) = delete;

Parameters

NameDescription
otherThe cache that would be copied from (copying is disabled).