Copy‐construct a graph.

Synopsis

Declared in <cluster_linearize.h>

DepGraph(DepGraph const& other) noexcept = default;

Parameters

Name

Description

other

The graph to copy from.

Created with MrDocs