operator<=>

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

NameDescription
aThe left-hand identifier.
bThe right-hand identifier.