Assignment operators
Declared in <wallet/db.h>
Copy assignment is disabled.
BerkeleyROBatch&
operator=(BerkeleyROBatch const& other) = delete;
» more...
Batches are non-copyable.
DatabaseBatch&
operator=(DatabaseBatch const& other) = delete;
» more...
Reference to this batch.
| Name | Description |
|---|---|
| other | The batch that would be assigned from. |