Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TDeque
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void PushLast
(
const ElementType& Element |
Adds the parameter element at the back of the queue. | Containers/Deque.h | |
void PushLast
(
ElementType&& Element |
Containers/Deque.h |
PushLast(const ElementType &)
Description
Adds the parameter element at the back of the queue.
| Name | PushLast |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/Deque.h |
| Include Path | #include "Containers/Deque.h" |
void PushLast
(
const ElementType & Element
)
PushLast(ElementType &&)
| Name | PushLast |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/Deque.h |
| Include Path | #include "Containers/Deque.h" |
void PushLast
(
ElementType && Element
)