![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#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 ElementType & | Dereference () const |
| void | Increment () |
| UE_FORCEINLINE_HINT bool | Equals (const TIteratorBase &Other) const |
TDeque iterator class.
| using UE::Deque::Private::TIteratorBase< InElementType, InSizeType >::ElementType = InElementType |
| using UE::Deque::Private::TIteratorBase< InElementType, InSizeType >::SizeType = InSizeType |
|
default |
|
inlineprotected |
Internal parameter constructor (used exclusively by the container).
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |