[#transaction_identifier-operator_3way] = xref:transaction_identifier.adoc[transaction_identifier]::operator<=> :relfileprefix: ../ :mrdocs: Orders two identifiers by their wrapped value. == Synopsis Declared in `<primitives/transaction_identifier.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr auto operator<=>(xref:transaction_identifier.adoc[transaction_identifier] const& other) const = default; ---- == Return Value The ordering of this identifier relative to other. == Parameters [cols="1,4"] |=== | Name| Description | *other* | The identifier to compare against. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#