Copy‐construct a FeeFrac from another one.
Synopsis
Declared in <util/feefrac.h>
constexpr
FeeFrac(FeeFrac const& other) noexcept = default;
Parameters
Name |
Description |
other |
The FeeFrac to copy. |
Created with MrDocs