Swap two FeeFracs.

Synopsis

Declared in <util/feefrac.h>

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

Parameters

Name

Description

a

The first FeeFrac to swap.

b

The second FeeFrac to swap.

Created with MrDocs