TArrayView

Overload list

Choose your operating system:

Windows

macOS

Linux

Name Description

Public function

TArrayView()

Constructor.

Public function

TArrayView

(
    OtherRangeType&& Other
)

Constructor from another range

Public function

TArrayView

(
    std::initializer_list< ElementType ...
)

Construct a view of an initializer list.

Public function

TArrayView

(
    OtherElementType* InData,
    SizeType InCount
)

Construct a view of an arbitrary pointer