[#wallet-BerkeleyROBatch-operator_assign-08] = xref:wallet.adoc[wallet]::xref:wallet/BerkeleyROBatch.adoc[BerkeleyROBatch]::operator= :relfileprefix: ../../ :mrdocs: Assignment operators == Synopses Declared in `<wallet/db.h>` Copy assignment is disabled. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:wallet/BerkeleyROBatch.adoc[BerkeleyROBatch]& xref:wallet/BerkeleyROBatch/operator_assign-04.adoc[operator=](xref:wallet/BerkeleyROBatch.adoc[BerkeleyROBatch] const& other) = delete; ---- [.small]#xref:wallet/BerkeleyROBatch/operator_assign-04.adoc[_» more..._]# Batches are non‐copyable. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:wallet/DatabaseBatch.adoc[DatabaseBatch]& xref:wallet/DatabaseBatch/operator_assign.adoc[operator=](xref:wallet/DatabaseBatch.adoc[DatabaseBatch] const& other) = delete; ---- [.small]#xref:wallet/DatabaseBatch/operator_assign.adoc[_» more..._]# == 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]#