Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Containers/ArrayView.h |
Include |
#include "Containers/ArrayView.h" |
TArrayView
(
std::initializer_list< ElementType > List
)
Construct a view of an initializer list.
The caller is responsible for ensuring that the view does not outlive the initializer list.