btck::Handle::operator=

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

NameDescription
otherThe handle to move from.