Assignment operators
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...
A reference to this graph.
| Name | Description |
|---|---|
| other | The graph to copy from. |