Deleted copy assignment; use Clone() instead.

Synopsis

Declared in <script/miniscript.h>

Node&
operator=(Node const& other) = delete;

Return Value

Reference to this node.

Parameters

Name

Description

other

The node that would be assigned from.

Created with MrDocs