[#wallet-WalletBatch-operator_assign] = xref:wallet.adoc[wallet]::xref:wallet/WalletBatch.adoc[WalletBatch]::operator= :relfileprefix: ../../ :mrdocs: Wallet batches are non‐copyable. == Synopsis Declared in `<wallet/walletdb.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:wallet/WalletBatch.adoc[WalletBatch]& operator=(xref:wallet/WalletBatch.adoc[WalletBatch] 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]#