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