roc-toolkit icon indicating copy to clipboard operation
roc-toolkit copied to clipboard

Implement RingQueue::resize()

Open gavv opened this issue 6 months ago • 2 comments

Add resize() method to core::RingQueue (fifo on top of ring buffer).

Example of similar method can be found in core::Array. Note how it invokes constructors and destructors of the elements.

We also need to add tests for resizing to test_ring_queue.cpp.

gavv avatar Jul 29 '24 11:07 gavv