TArrayView::TArrayView

Constructor from another range

Choose your operating system:

Windows

macOS

Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Containers/ArrayView.h

Include

#include "Containers/ArrayView.h"

Syntax

template<typename OtherRangeType, typename CVUnqualifiedOtherRangeType, typename>
TArrayView
(
    OtherRangeType && Other
)

Remarks

Constructor from another range

Parameters

Parameter

Description

Other

The source range to copy