Three‐way comparison operators

Synopses

Declared in <script/script.h>

Orders this value against an integer.

auto
operator<=>(int64_t const& rhs) const;

Orders this value against another CScriptNum.

auto
operator<=>(CScriptNum const& rhs) const;

Return Value

The three‐way comparison result.

Parameters

Name

Description

rhs

Integer to compare against.

Created with MrDocs