Copy‐assigns by duplicating the other handle's C object.
Synopsis
Declared in <kernel/bitcoinkernel_wrapper.h>
Handle<btck_TransactionOutput, &btck_transaction_output_copy, &btck_transaction_output_destroy>&
operator=(Handle<btck_TransactionOutput, &btck_transaction_output_copy, &btck_transaction_output_destroy> const& other);
Return Value
A reference to this handle.
Parameters
Name |
Description |
other |
The handle to copy from. |
Created with MrDocs