cluster_linearize::operator==

Equality operator (primarily for testing purposes).

Synopsis

Declared in <cluster_linearize.h>

bool
operator==(
    DepGraph const& a,
    DepGraph const& b) noexcept;

Return Value

Whether both graphs use the same positions with equal entries.

Parameters

NameDescription
aThe first graph to compare.
bThe second graph to compare.