|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
| using MayaFlux::Memory::FixedQueue = typedef RingBuffer<T, FixedStorage<T, Capacity>, SingleThreadedPolicy, QueueAccess> |
Type alias: Single-threaded FIFO queue with fixed capacity.
| T | Element type |
| Capacity | Buffer size (must be power of 2) |
For non-concurrent queue usage with compile-time capacity.
Definition at line 1140 of file RingBuffer.hpp.