[#miniscript-Node-operator_assign-02] = xref:miniscript.adoc[miniscript]::xref:miniscript/Node.adoc[Node]::operator= :relfileprefix: ../../ :mrdocs: Move assignment operator. == Synopsis Declared in `<script/miniscript.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:miniscript/Node.adoc[Node]& operator=(xref:miniscript/Node.adoc[Node]&& other) noexcept = default; ---- == Return Value Reference to this node. == Parameters [cols="1,4"] |=== | Name| Description | *other* | The node to move from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#