ByRatioNegSize::ByRatioNegSize

Wrap a FeeFrac (or derived type) for feerate-then-reversed-size comparison.

Synopsis

Declared in <util/feefrac.h>

constexpr
ByRatioNegSize(T const& feefrac) noexcept;

Parameters

NameDescription
feefracThe FeeFrac to wrap; the reference is held, not copied.