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 ::fixed min() noexcept# Returns the smallest finite value representable by fixed. Returns: The smallest finite type. static inline ::fixed max() noexcept# Returns the minimum largest value representable by fixed. Returns: The largest finite type. static inline ::fixed lowest() noexcept# Returns the lowest finite value representable by fixed. Returns: The lowest finite type.