wallet::ReserveDestination::operator=

Deleted copy assignment; a reservation must not be copied.

Synopsis

Declared in <wallet/wallet.h>

ReserveDestination&
operator=(ReserveDestination const& other) = delete;

Return Value

Reference to this reservation.

Parameters

NameDescription
otherThe reservation that would be assigned from.