Move assignment operator.

Synopsis

Declared in <script/miniscript.h>

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

Return Value

Reference to this node.

Parameters

Name

Description

other

The node to move from.

Created with MrDocs