Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TRingBuffer
| Type | Name | Description | |
|---|---|---|---|
| IndexType | AddFront
(
ElementType&& Element |
Add a new element before the front pointer of the RingBuffer, resizing if necessary. | |
| IndexType | AddFront
(
const ElementType& Element |
Add a new element before the front pointer of the RingBuffer, resizing if necessary. |