Deleted copy constructor; use Clone() instead.
Declared in <script/miniscript.h>
<script/miniscript.h>
Node(Node const& other) = delete;
Name
Description
other
The node that would be copied.
Created with MrDocs