Move‐assign a graph.
Declared in <cluster_linearize.h>
<cluster_linearize.h>
DepGraph& operator=(DepGraph&& other) noexcept = default;
A reference to this graph.
Name
Description
other
The graph to move from.
Created with MrDocs