Greater-than operators
Declared in <pubkey.h>
Check whether the first feerate is strictly higher than the second.
bool
operator>(
ByRatio const& a,
ByRatio const& b) noexcept;
» more...
Order two public keys lexicographically by their serialized bytes.
bool
operator>(
CPubKey const& a,
CPubKey const& b);
» more...
| Name | Description |
|---|---|
| a | The first operand. |
| b | The second operand. |