Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TRingBuffer
| Type | Name | Description | |
|---|---|---|---|
| ElementType & | First () |
Return a reference to the element at the front pointer of the RingBuffer. | |
| const ElementType & | First () |
Return a const reference to the element at the front pointer of the RingBuffer. |