[#FeeFrac-operator_assign] = xref:FeeFrac.adoc[FeeFrac]::operator= :relfileprefix: ../ :mrdocs: Copy‐assign the fee and size from another FeeFrac. == Synopsis Declared in `<util/feefrac.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr xref:FeeFrac.adoc[FeeFrac]& operator=(xref:FeeFrac.adoc[FeeFrac] const& other) noexcept = default; ---- == Return Value A reference to this object. == Parameters [cols="1,4"] |=== | Name| Description | *other* | The FeeFrac to copy. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#