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

Name

Description

lhs

The first object to compare.

rhs

The second object to compare.

Created with MrDocs