btck::Block::operator=

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

Synopsis

Declared in <kernel/bitcoinkernel_wrapper.h>

Handle<btck_Block, &btck_block_copy, &btck_block_destroy>&
operator=(Handle<btck_Block, &btck_block_copy, &btck_block_destroy>&& other) noexcept;

Return Value

A reference to this handle.

Parameters

NameDescription
otherThe handle to move from.