miniscript::Node::Node

Move constructor.

Synopsis

Declared in <script/miniscript.h>

Node(Node&& other) noexcept = default;

Parameters

NameDescription
otherThe node to move from.