Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/ChunkedArray.h |
| Include | #include "Containers/ChunkedArray.h" |
Syntax
template<typename ChunkType, typename ElementType, uint32 NumElementsPerChunk>
struct TChunkedArrayIterator
Variables
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const TChunkedArrayIterator& Rhs |
||
| ElementType & | operator* () |
||
| void | operator++ () |