Move‐construct a graph.

Synopsis

Declared in <cluster_linearize.h>

DepGraph(DepGraph&& other) noexcept = default;

Parameters

Name

Description

other

The graph to move from.

Created with MrDocs