Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TIteratorBase_1
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Containers/Deque.h | |||
TIteratorBase
(
ElementType* Data, |
Internal parameter constructor (used exclusively by the container). | Containers/Deque.h |
TIteratorBase()
| Name | TIteratorBase |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/Deque.h |
| Include Path | #include "Containers/Deque.h" |
TIteratorBase()
TIteratorBase(ElementType *, SizeType, SizeType)
Description
Internal parameter constructor (used exclusively by the container).
| Name | TIteratorBase |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/Deque.h |
| Include Path | #include "Containers/Deque.h" |
TIteratorBase
(
ElementType * Data,
SizeType Range,
SizeType Offset
)