[#btck-TransactionOutput-operator_assign-0f] = xref:btck.adoc[btck]::xref:btck/TransactionOutput.adoc[TransactionOutput]::operator= :relfileprefix: ../../ :mrdocs: Move‐assigns, destroying the current object and taking `other's.` == Synopsis Declared in `<kernel/bitcoinkernel_wrapper.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:btck/Handle-046.adoc[Handle<btck_TransactionOutput, &btck_transaction_output_copy, &btck_transaction_output_destroy>]& operator=(xref:btck/Handle-046.adoc[Handle<btck_TransactionOutput, &btck_transaction_output_copy, &btck_transaction_output_destroy>]&& other) noexcept; ---- == Return Value A reference to this handle. == Parameters [cols="1,4"] |=== | Name| Description | *other* | The handle to move from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#