[#swap-02] = swap :mrdocs: Swap two FeeFracs. == Synopsis Declared in `<util/feefrac.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void swap( xref:FeeFrac.adoc[FeeFrac]& a, xref:FeeFrac.adoc[FeeFrac]& b) noexcept; ---- == Parameters [cols="1,4"] |=== | Name| Description | *a* | The first FeeFrac to swap. | *b* | The second FeeFrac to swap. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#