FeeFrac::operator-=

Subtract fee and size of another FeeFrac from this one.

Synopsis

Declared in <util/feefrac.h>

void
operator-=(FeeFrac const& other) noexcept;

Parameters

NameDescription
otherThe FeeFrac whose fee and size are subtracted from this one.