![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <Deque.h>
Public Types | |
| using | AllocatorType = InAllocatorType |
| using | SizeType = typename InAllocatorType::SizeType |
| using | ElementType = InElementType |
| using | ElementAllocatorType = std::conditional_t< AllocatorType::NeedsElementType, typename AllocatorType::template ForElementType< ElementType >, typename AllocatorType::ForAnyElementType > |
| using | ConstIteratorType = UE::Deque::Private::TIterator< const ElementType, SizeType > |
| using | IteratorType = UE::Deque::Private::TIterator< ElementType, SizeType > |
Friends | |
| template<typename AnyElementType , typename AnyAllocatorType > | |
| class | TDeque |
Sequential double-ended queue (deque) container class.
A dynamically sized sequential queue of arbitrary size.
| using TDeque< InElementType, InAllocatorType >::AllocatorType = InAllocatorType |
| using TDeque< InElementType, InAllocatorType >::ConstIteratorType = UE::Deque::Private::TIterator<const ElementType, SizeType> |
| using TDeque< InElementType, InAllocatorType >::ElementAllocatorType = std::conditional_t< AllocatorType::NeedsElementType, typename AllocatorType::template ForElementType<ElementType>, typename AllocatorType::ForAnyElementType> |
| using TDeque< InElementType, InAllocatorType >::ElementType = InElementType |
| using TDeque< InElementType, InAllocatorType >::IteratorType = UE::Deque::Private::TIterator<ElementType, SizeType> |
| using TDeque< InElementType, InAllocatorType >::SizeType = typename InAllocatorType::SizeType |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Helper function to return the amount of memory allocated by this container. Only returns the size of allocations made directly by the container, not the elements themselves.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |