Assignment operators
Synopses
Declared in <cluster_linearize.h>
Copy‐assign a graph.
DepGraph&
operator=(DepGraph const& other) noexcept = default;
Move‐assign a graph.
DepGraph&
operator=(DepGraph&& other) noexcept = default;
Return Value
A reference to this graph.
Parameters
Name |
Description |
other |
The graph to copy from. |
Created with MrDocs