baudvine::RingBuf
STL-like ring buffer in C++11
Todo List
Member baudvine::RingBuf< Elem, Capacity, Allocator >::RingBuf (const RingBuf &other)
maybe allow other (smaller) sizes as input?
Member baudvine::RingBuf< Elem, Capacity, Allocator >::RingBuf (const RingBuf &other, const allocator_type &allocator)

maybe allow other (smaller) sizes as input?

Use memcpy/stdcopy if Elem is POD