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