[#wallet-ReserveDestination-operator_assign] = xref:wallet.adoc[wallet]::xref:wallet/ReserveDestination.adoc[ReserveDestination]::operator= :relfileprefix: ../../ :mrdocs: Deleted copy assignment; a reservation must not be copied. == Synopsis Declared in `<wallet/wallet.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:wallet/ReserveDestination.adoc[ReserveDestination]& operator=(xref:wallet/ReserveDestination.adoc[ReserveDestination] const& other) = delete; ---- == Return Value Reference to this reservation. == Parameters [cols="1,4"] |=== | Name| Description | *other* | The reservation that would be assigned from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#