Functions | |
| template<class MantissaType> | |
| std::enable_if< std::numeric_limits< MantissaType >::is_signed, bool >::type | isMantissaInRange (Decimal::Mantissa value) noexcept |
| template<class MantissaType> | |
| std::enable_if<!std::numeric_limits< MantissaType >::is_signed &&(sizeof(MantissaType)< sizeof(Decimal::Mantissa)), bool >::type | isMantissaInRange (Decimal::Mantissa value) noexcept |
| template<class MantissaType> | |
| std::enable_if<!std::numeric_limits< MantissaType >::is_signed &&(sizeof(MantissaType)>=sizeof(Decimal::Mantissa)), bool >::type | isMantissaInRange (Decimal::Mantissa value) noexcept |
| template<class ExponentType> | |
| std::enable_if< std::numeric_limits< ExponentType >::is_signed &&(sizeof(ExponentType)< sizeof(Decimal::Exponent)), bool >::type | isExponentInRange (Decimal::Exponent value) noexcept |
| template<class ExponentType> | |
| std::enable_if< std::numeric_limits< ExponentType >::is_signed &&(sizeof(ExponentType)>=sizeof(Decimal::Exponent)), bool >::type | isExponentInRange (Decimal::Exponent) noexcept |
| template<class ExponentType> | |
| std::enable_if<!std::numeric_limits< ExponentType >::is_signed &&(sizeof(ExponentType)< sizeof(Decimal::Exponent)), bool >::type | isExponentInRange (Decimal::Exponent value) noexcept |
| template<class ExponentType> | |
| std::enable_if<!std::numeric_limits< ExponentType >::is_signed &&(sizeof(ExponentType)>=sizeof(Decimal::Exponent)), bool >::type | isExponentInRange (Decimal::Exponent value) noexcept |
|
noexcept |
Definition at line 75 of file Decimal.Operations.h.
|
noexcept |
Definition at line 90 of file Decimal.Operations.h.
|
noexcept |
Definition at line 98 of file Decimal.Operations.h.
|
noexcept |
Definition at line 83 of file Decimal.Operations.h.
|
noexcept |
Definition at line 52 of file Decimal.Operations.h.
|
noexcept |
Definition at line 60 of file Decimal.Operations.h.
|
noexcept |
Definition at line 68 of file Decimal.Operations.h.