Monado OpenXR Runtime
|
All the "element-type-independent" code (helper objects, base classes) for a ringbuffer implementation on top of a fixed size array. More...
#include <algorithm>
#include <assert.h>
#include <stdlib.h>
Go to the source code of this file.
Data Structures | |
class | xrt::auxiliary::util::detail::RingBufferHelper |
All the bookkeeping for adapting a fixed-size array to a ring buffer. More... | |
All the "element-type-independent" code (helper objects, base classes) for a ringbuffer implementation on top of a fixed size array.