[#btck-Handle-046-operator_assign-08] = xref:btck.adoc[btck]::xref:btck/Handle-046.adoc[Handle]::operator= :relfileprefix: ../../ :mrdocs: Assignment operators == Synopses Declared in `<kernel/bitcoinkernel_wrapper.h>` Copy‐assigns by duplicating the other handle's C object. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:btck/Handle-046.adoc[Handle]& xref:btck/Handle-046/operator_assign-03.adoc[operator=](xref:btck/Handle-046.adoc[Handle] const& other); ---- [.small]#xref:btck/Handle-046/operator_assign-03.adoc[_» more..._]# Move‐assigns, destroying the current object and taking `other's.` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:btck/Handle-046.adoc[Handle]& xref:btck/Handle-046/operator_assign-02.adoc[operator=](xref:btck/Handle-046.adoc[Handle]&& other) noexcept; ---- [.small]#xref:btck/Handle-046/operator_assign-02.adoc[_» more..._]# == Return Value A reference to this handle. == Parameters [cols="1,4"] |=== | Name| Description | *other* | The handle to copy from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#