Batches are non‐copyable.
Synopsis
Declared in <wallet/db.h>
DatabaseBatch(DatabaseBatch const& other) = delete;
Parameters
Name |
Description |
other |
The batch that would be copied from. |
Created with MrDocs
Batches are non‐copyable.
Declared in <wallet/db.h>
DatabaseBatch(DatabaseBatch const& other) = delete;
Name |
Description |
other |
The batch that would be copied from. |
Created with MrDocs