[#wallet-DatabaseBatch-operator_assign] = xref:wallet.adoc[wallet]::xref:wallet/DatabaseBatch.adoc[DatabaseBatch]::operator= :relfileprefix: ../../ :mrdocs: Batches are non‐copyable. == Synopsis Declared in `<wallet/db.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:wallet/DatabaseBatch.adoc[DatabaseBatch]& operator=(xref:wallet/DatabaseBatch.adoc[DatabaseBatch] const& other) = delete; ---- == Return Value Reference to this batch. == Parameters [cols="1,4"] |=== | Name| Description | *other* | The batch that would be assigned from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#