Orders identifiers by kind, then by wrapped value.

Synopsis

Declared in <primitives/transaction_identifier.h>

auto
operator<=>(
    GenTxid const& a,
    GenTxid const& b);

Return Value

The ordering of a relative to b.

Parameters

Name

Description

a

The left‐hand identifier.

b

The right‐hand identifier.

Created with MrDocs