Copy‐assign a graph.

Synopsis

Declared in <cluster_linearize.h>

DepGraph&
operator=(DepGraph const& other) noexcept = default;

Return Value

A reference to this graph.

Parameters

Name

Description

other

The graph to copy from.

Created with MrDocs