miniscript::Node::operator=

Move assignment operator.

Synopsis

Declared in <script/miniscript.h>

Node&
operator=(Node&& other) noexcept = default;

Return Value

Reference to this node.

Parameters

NameDescription
otherThe node to move from.