Assignment operators

Synopses

Declared in <wallet/db.h>

Copy assignment is disabled.

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

Batches are non‐copyable.

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

Return Value

Reference to this batch.

Parameters

Name

Description

other

The batch that would be assigned from.

Created with MrDocs