CCoinsViewCache::ResetGuard::ResetGuard

Constructors

Synopses

Declared in <coins.h>

Copying is disabled so the cache is reset exactly once.

ResetGuard(ResetGuard const& other) = delete;
» more...

Moving is disabled so the cache is reset exactly once.

ResetGuard(ResetGuard&& other) = delete;
» more...

Parameters

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