cluster_linearize::DepGraph::operator=

Assignment operators

Synopses

Declared in <cluster_linearize.h>

Copy-assign a graph.

DepGraph&
operator=(DepGraph const& other) noexcept = default;
» more...

Move-assign a graph.

DepGraph&
operator=(DepGraph&& other) noexcept = default;
» more...

Return Value

A reference to this graph.

Parameters

NameDescription
otherThe graph to copy from.