CBlockIndex::operator=

Copy assignment is deleted to avoid accidental copies of block index entries.

Synopsis

Declared in <chain.h>

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

Return Value

Reference to the current object

Parameters

NameDescription
otherThe object to copy assign from