CCoinsViewCache::ResetGuard::ResetGuard

Copying is disabled so the cache is reset exactly once.

Synopsis

Declared in <coins.h>

ResetGuard(ResetGuard const& other) = delete;

Parameters

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