Batches are non‐copyable.
Synopsis
Declared in <wallet/db.h>
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