[#operator_gt-06] = operator> :mrdocs: Greater‐than operators == Synopses Declared in `<pubkey.h>` Check whether the first feerate is strictly higher than the second. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:operator_gt-0c.adoc[operator>]( xref:ByRatio.adoc[ByRatio] const& a, xref:ByRatio.adoc[ByRatio] const& b) noexcept; ---- [.small]#xref:operator_gt-0c.adoc[_» more..._]# Order two public keys lexicographically by their serialized bytes. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool xref:operator_gt-0f.adoc[operator>]( xref:CPubKey.adoc[CPubKey] const& a, xref:CPubKey.adoc[CPubKey] const& b); ---- [.small]#xref:operator_gt-0f.adoc[_» more..._]# == Return Value * True if a's feerate is higher than b's. * true if a sorts after b. == Parameters [cols="1,4"] |=== | Name| Description | *a* | The first operand. | *b* | The second operand. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#