TRange

Overload list

Choose your operating system:

Windows

macOS

Linux

Name Description

Public function

TRange()

Default constructor (no initialization).

Public function

TRange

Create a range with a single element.

The created range is of the form [A, A].

Public function

TRange

Create and initializes a new range with the given lower and upper bounds.

Public function

TRange

(
    const BoundsType& InLowerBound,
    const BoundsType& InUpperBound
)

Create and initializes a new range with the given lower and upper bounds.