Template Struct numeric_limits< ::fixed >#
Defined in File constvariant.h
Inheritance Relationships#
Base Type#
public numeric_limits< double >
Struct Documentation#
-
template<>
struct numeric_limits<::fixed> : public numeric_limits<double># Specialization of numeric limits class for fixed data type.
Public Static Functions
- static inline constexpr ::fixed() min () noexcept
Returns the smallest finite value representable by fixed.
- Returns:
The smallest finite type.
- static inline constexpr ::fixed() max () noexcept
Returns the minimum largest value representable by fixed.
- Returns:
The largest finite type.