CreateRangeMinMaxWithAuto< T > Struct Template Reference
Last update: 12.07.2023
The Min-Max-Auto-Range defines a range for a given type with a minimum value and a maximum value together with a special value "auto" that may be used differently in certain situations.
More...
CreateRangeMinMaxWithAuto (T min_, T max_, T auto_)
Public Attributes
T
automatic
T
max
T
min
Detailed Description
template<typename T>
struct CreateRangeMinMaxWithAuto< T >
The Min-Max-Auto-Range defines a range for a given type with a minimum value and a maximum value together with a special value "auto" that may be used differently in certain situations.