Move constructor.

Synopsis

Declared in <script/miniscript.h>

Node(Node&& other) noexcept = default;

Parameters

Name

Description

other

The node to move from.

Created with MrDocs