Move assignment operator.
Declared in <script/miniscript.h>
<script/miniscript.h>
Node& operator=(Node&& other) noexcept = default;
Reference to this node.
Name
Description
other
The node to move from.
Created with MrDocs