btck::Coin::operator=

Copy-assigns by duplicating the other handle's C object.

Synopsis

Declared in <kernel/bitcoinkernel_wrapper.h>

Handle<btck_Coin, &btck_coin_copy, &btck_coin_destroy>&
operator=(Handle<btck_Coin, &btck_coin_copy, &btck_coin_destroy> const& other);

Return Value

A reference to this handle.

Parameters

NameDescription
otherThe handle to copy from.