cluster_linearize::DepGraph::operator=

Move-assign a graph.

Synopsis

Declared in <cluster_linearize.h>

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

Return Value

A reference to this graph.

Parameters

NameDescription
otherThe graph to move from.