[#ByRatio-2constructor] = xref:ByRatio.adoc[ByRatio]::ByRatio :relfileprefix: ../ :mrdocs: Wrap a FeeFrac (or derived type) for feerate‐based comparison. == Synopsis Declared in `<util/feefrac.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr ByRatio(T const& feefrac) noexcept; ---- == Parameters [cols="1,4"] |=== | Name| Description | *feefrac* | The FeeFrac to wrap; the reference is held, not copied. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#