swap

Swap two FeeFracs.

Synopsis

Declared in <util/feefrac.h>

void
swap(
    FeeFrac& a,
    FeeFrac& b) noexcept;

Parameters

NameDescription
aThe first FeeFrac to swap.
bThe second FeeFrac to swap.