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

Name

Description

other

The reservation that would be assigned from.

Created with MrDocs