cluster_linearize::operator==

Permit equality testing.

Synopsis

Declared in <cluster_linearize.h>

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

Return Value

Whether both objects hold the same transactions and feerate.

Parameters

NameDescription
lhsThe first object to compare.
rhsThe second object to compare.