    

 ## On this page

  

 

 # CreateRangeMinMax&lt; T &gt; 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...](struct_create_range_min_max.xhtml#details)

## <a name="pub-methods"></a>Public Member Functions

<a id="ab2d384e0c1f7d814ff7b68112fc66b95"></a>virtual [JsonValue](class_json_value.xhtml) **compute** () override <a id="ac37257d21ecf4054546565da9cd5fb47"></a> **CreateRangeMinMax** (T min\_, T max\_) ## <a name="pub-attribs"></a>Public Attributes

<a id="a5a4743082100574a99b5fb123cdf4f67"></a>T **max** <a id="a66549a39deb1edceee5ed11221572e64"></a>T **min** <a id="details" name="details"></a>## Detailed Description

### template&lt;typename T&gt;  
struct CreateRangeMinMax&lt; T &gt;

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.