CScriptNum::operator<=>

Three-way comparison operators

Synopses

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...

Return Value

The three-way comparison result.

Parameters

NameDescription
rhsInteger to compare against.