Navigation
API > API/Runtime > API/Runtime/Core
Specialization for unbounded C arrays (never contiguous - should be treated as pointers which are not regarded as contiguous containers)
| Name | TIsContiguousContainer< T[]> |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Traits/IsContiguousContainer.h |
| Include Path | #include "Traits/IsContiguousContainer.h" |
Syntax
template<typename T>
struct TIsContiguousContainer< T >
Enums
Public
| Name | Remarks |
|---|---|
| TIsContiguousContainer< T[]> |