wallet::BerkeleyROBatch::operator=

Copy assignment is disabled.

Synopsis

Declared in <wallet/migrate.h>

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

Return Value

Reference to this batch.

Parameters

NameDescription
otherThe batch that would be assigned from.