FeeFrac::operator=

Copy-assign the fee and size from another FeeFrac.

Synopsis

Declared in <util/feefrac.h>

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

Return Value

A reference to this object.

Parameters

NameDescription
otherThe FeeFrac to copy.