Orders two identifiers by their wrapped value.
Synopsis
Declared in <primitives/transaction_identifier.h>
constexpr
auto
operator<=>(transaction_identifier const& other) const = default;
Return Value
The ordering of this identifier relative to other.
Parameters
Name |
Description |
other |
The identifier to compare against. |
Created with MrDocs