miniscript::Node::operator=

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

NameDescription
otherThe node that would be assigned from.