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

Name

Description

other

The object to copy assign from

Created with MrDocs