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

Name

Description

other

The FeeFrac to copy.

Created with MrDocs