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
Name |
Description |
other |
The cache that would be copied from (copying is disabled). |
Created with MrDocs