FeeFrac::FeeFrac

Copy-construct a FeeFrac from another one.

Synopsis

Declared in <util/feefrac.h>

constexpr
FeeFrac(FeeFrac const& other) noexcept = default;

Parameters

NameDescription
otherThe FeeFrac to copy.