[#FeeFrac-2constructor-0d] = xref:FeeFrac.adoc[FeeFrac]::FeeFrac :relfileprefix: ../ :mrdocs: Copy‐construct a FeeFrac from another one. == Synopsis Declared in `<util/feefrac.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr FeeFrac(xref:FeeFrac.adoc[FeeFrac] const& other) noexcept = default; ---- == Parameters [cols="1,4"] |=== | Name| Description | *other* | The FeeFrac to copy. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#