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