[#operator_plus-0f3] = operator+ :mrdocs: Sum fee and size. == Synopsis Declared in `<util/feefrac.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:FeeFrac.adoc[FeeFrac] operator+( xref:FeeFrac.adoc[FeeFrac] const& a, xref:FeeFrac.adoc[FeeFrac] const& b) noexcept; ---- == Return Value A FeeFrac holding the summed fee and summed size. == Parameters [cols="1,4"] |=== | Name| Description | *a* | The first operand. | *b* | The second operand. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#