ValidationCache::operator=

Copy assignment is disabled.

Synopsis

Declared in <validation.h>

ValidationCache&
operator=(ValidationCache const& other) = delete;

Return Value

Reference to this object.

Parameters

NameDescription
otherThe instance that would be assigned from.