Public Types | |
| enum | |
| typedef MantissaType | Mantissa |
| typedef ExponentType | Exponent |
Public Member Functions | |
| std::string | toString () const |
| constexpr | FixedPointDecimal () noexcept |
| constexpr | FixedPointDecimal (Mantissa mantissa) noexcept |
| constexpr | FixedPointDecimal (const FixedPointDecimal &other) noexcept |
| Mantissa | mantissa () const noexcept |
| Exponent | exponent () const noexcept |
| FixedPointDecimal & | operator= (const FixedPointDecimal &other) noexcept |
| void | serialize (void *addr) const noexcept |
A real number with a constant exponent.
| typedef ExponentType Exponent |
| typedef MantissaType Mantissa |
| anonymous enum |
|
inlineconstexprnoexcept |
|
inlineexplicitconstexprnoexcept |
|
inlineconstexprnoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |