btck::Context::operator=

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

Synopsis

Declared in <kernel/bitcoinkernel_wrapper.h>

Handle<btck_Context, &btck_context_copy, &btck_context_destroy>&
operator=(Handle<btck_Context, &btck_context_copy, &btck_context_destroy>&& other) noexcept;

Return Value

A reference to this handle.

Parameters

NameDescription
otherThe handle to move from.