Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/ArrayView.h |
| Include | #include "Containers/ArrayView.h" |
namespace ArrayViewPrivate
{
template<typename T>
decltype(auto) ArrayViewPrivate&58;&58;GetDataHelper
&40;
T && Arg
&41;
}
Remarks
Simply forwards to an unqualified GetData(), but can be called from within TArrayView where GetData() is already a member and so hides any others.