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