Three-way comparison operators
Declared in <script/script.h>
Orders this value against an integer.
auto
operator<=>(int64_t const& rhs) const;
» more...
Orders this value against another CScriptNum.
auto
operator<=>(CScriptNum const& rhs) const;
» more...
The three-way comparison result.
| Name | Description |
|---|---|
| rhs | Integer to compare against. |