Deleted copy constructor; use Clone() instead.

Synopsis

Declared in <script/miniscript.h>

Node(Node const& other) = delete;

Parameters

Name

Description

other

The node that would be copied.

Created with MrDocs