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

Name

Description

a

The first graph to compare.

b

The second graph to compare.

Created with MrDocs