cluster_linearize::operator==

Equality operators

Synopses

Declared in <cluster_linearize.h>

Equality operator (primarily for testing purposes).

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

Permit equality testing.

bool
operator==(
    SetInfo const& lhs,
    SetInfo const& rhs) noexcept = default;
» more...

Return Value

  • Whether both graphs use the same positions with equal entries.
  • Whether both objects hold the same transactions and feerate.

Parameters

NameDescription
aThe first graph to compare.
bThe second graph to compare.
lhsThe first object to compare.
rhsThe second object to compare.