CreateRangeMinMax< T > Struct Template Reference Last update: 16.07.2025 The Min-Max-Range defines a range for a given type with a minimum value and a maximum value. More... Public Member Functions virtual JsonValue compute () override CreateRangeMinMax (T min_, T max_) Public Attributes T max T min Detailed Description template<typename T> struct CreateRangeMinMax< T > The Min-Max-Range defines a range for a given type with a minimum value and a maximum value. Template Parameters TThe type you want to define a range for.