Move‐assigns, destroying the current object and taking other's.

Synopsis

Declared in <kernel/bitcoinkernel_wrapper.h>

Handle&
operator=(Handle&& other) noexcept;

Return Value

A reference to this handle.

Parameters

Name

Description

other

The handle to move from.

Created with MrDocs