[#FeeFrac-operator_minus_eq] = xref:FeeFrac.adoc[FeeFrac]::operator‐= :relfileprefix: ../ :mrdocs: Subtract fee and size of another FeeFrac from this one. == Synopsis Declared in `<util/feefrac.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void operator‐=(xref:FeeFrac.adoc[FeeFrac] const& other) noexcept; ---- == Parameters [cols="1,4"] |=== | Name| Description | *other* | The FeeFrac whose fee and size are subtracted from this one. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#