UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Deque::Private::TIteratorBase< InElementType, InSizeType > Class Template Reference

#include <Deque.h>

Public Types

using ElementType = InElementType
 
using SizeType = InSizeType
 

Public Member Functions

 TIteratorBase ()=default
 

Protected Member Functions

 TIteratorBase (ElementType *Data, SizeType Range, SizeType Offset)
 
UE_FORCEINLINE_HINT ElementTypeDereference () const
 
void Increment ()
 
UE_FORCEINLINE_HINT bool Equals (const TIteratorBase &Other) const
 

Detailed Description

template<typename InElementType, typename InSizeType>
class UE::Deque::Private::TIteratorBase< InElementType, InSizeType >

TDeque iterator class.

Member Typedef Documentation

◆ ElementType

◆ SizeType

Constructor & Destructor Documentation

◆ TIteratorBase() [1/2]

◆ TIteratorBase() [2/2]

UE::Deque::Private::TIteratorBase< InElementType, InSizeType >::TIteratorBase ( ElementType Data,
SizeType  Range,
SizeType  Offset 
)
inlineprotected

Internal parameter constructor (used exclusively by the container).

Member Function Documentation

◆ Dereference()

◆ Equals()

◆ Increment()


The documentation for this class was generated from the following file: