miniscript::Node::Node

Deleted copy constructor; use Clone() instead.

Synopsis

Declared in <script/miniscript.h>

Node(Node const& other) = delete;

Parameters

NameDescription
otherThe node that would be copied.