[#FeeFrac-2constructor-05] = xref:FeeFrac.adoc[FeeFrac]::FeeFrac :relfileprefix: ../ :mrdocs: Constructors == Synopses Declared in `<util/feefrac.h>` Construct an IsEmpty() FeeFrac. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr xref:FeeFrac/2constructor-03.adoc[FeeFrac]() noexcept; ---- [.small]#xref:FeeFrac/2constructor-03.adoc[_» more..._]# Copy‐construct a FeeFrac from another one. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr xref:FeeFrac/2constructor-0d.adoc[FeeFrac](xref:FeeFrac.adoc[FeeFrac] const& other) noexcept = default; ---- [.small]#xref:FeeFrac/2constructor-0d.adoc[_» more..._]# Construct a FeeFrac with specified fee and size. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr xref:FeeFrac/2constructor-08.adoc[FeeFrac]( int64_t f, int32_t s) noexcept; ---- [.small]#xref:FeeFrac/2constructor-08.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *other* | The FeeFrac to copy. | *f* | The fee, in satoshis. | *s* | The size, in the caller's chosen unit. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#