|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
| using MayaFlux::Memory::DynamicQueue = typedef RingBuffer<T, DynamicStorage<T>, SingleThreadedPolicy, QueueAccess> |
Type alias: Resizable FIFO queue (non-concurrent)
| T | Element type |
For non-concurrent queue usage with runtime capacity.
Definition at line 1152 of file RingBuffer.hpp.