CCoinsViewCache::ResetGuard::ResetGuard

Moving is disabled so the cache is reset exactly once.

Synopsis

Declared in <coins.h>

ResetGuard(ResetGuard&& other) = delete;

Parameters

NameDescription
otherThe guard that would be moved from (moving is disabled).