[#wallet-BerkeleyROBatch-operator_assign-04] = xref:wallet.adoc[wallet]::xref:wallet/BerkeleyROBatch.adoc[BerkeleyROBatch]::operator= :relfileprefix: ../../ :mrdocs: Copy assignment is disabled. == Synopsis Declared in `<wallet/migrate.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:wallet/BerkeleyROBatch.adoc[BerkeleyROBatch]& operator=(xref:wallet/BerkeleyROBatch.adoc[BerkeleyROBatch] 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]#