Compare two FeeRateEstimation objects based on fee rate
Synopsis
Declared in <util/fees.h>
auto
operator<=>(FeeRateEstimation const& other) const;
Return Value
strong ordering of either less, greater or equal; based on feerate ratio comparison.
Parameters
Name |
Description |
other |
The other FeeRateEstimation object to compare with |
Created with MrDocs