CCoinsViewCache::ResetGuard::operator=

Move assignment is disabled so the cache is reset exactly once.

Synopsis

Declared in <coins.h>

ResetGuard&
operator=(ResetGuard&& other) = delete;

Return Value

Never returns; this overload is deleted.

Parameters

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