Lexicographic ordering
Declared in <uint256.h>
constexpr
std::strong_ordering
operator<=>(base_blob const& other) const = default;
Does NOT match the ordering used by the corresponding arithmetic comparison, which starts comparing from the end.
The strong ordering of this blob relative to other.
| Name | Description |
|---|---|
| other | The blob to compare against. |