Choose your operating system:
Windows
macOS
Linux
Name | Description | |
---|---|---|
|
TRange() |
Default constructor (no initialization). |
|
TRange |
Create a range with a single element. The created range is of the form [A, A]. |
|
TRange |
Create and initializes a new range with the given lower and upper bounds. |
|
TRange ( |
Create and initializes a new range with the given lower and upper bounds. |