Move‐assign a graph.

Synopsis

Declared in <cluster_linearize.h>

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

Return Value

A reference to this graph.

Parameters

Name

Description

other

The graph to move from.

Created with MrDocs