Greater‐than operators

Synopses

Declared in <pubkey.h>

Check whether the first feerate is strictly higher than the second.

bool
operator>(
    ByRatio const& a,
    ByRatio const& b) noexcept;

Order two public keys lexicographically by their serialized bytes.

bool
operator>(
    CPubKey const& a,
    CPubKey const& b);

Return Value

  • True if a's feerate is higher than b's.

  • true if a sorts after b.

Parameters

Name

Description

a

The first operand.

b

The second operand.

Created with MrDocs