[#btck-Handle-046-operator_assign-02] = xref:btck.adoc[btck]::xref:btck/Handle-046.adoc[Handle]::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]& operator=(xref:btck/Handle-046.adoc[Handle]&& 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]#