[#btck-OutPoint-operator_assign-0ff] = xref:btck.adoc[btck]::xref:btck/OutPoint.adoc[OutPoint]::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_TransactionOutPoint, &btck_transaction_out_point_copy, &btck_transaction_out_point_destroy>]& operator=(xref:btck/Handle-046.adoc[Handle<btck_TransactionOutPoint, &btck_transaction_out_point_copy, &btck_transaction_out_point_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]#