-
Notifications
You must be signed in to change notification settings - Fork 14
Closed
Description
For the sake of encapsulation I’d like to make a container that is a ring buffer and contains the data too.
As far as I can tell, that would basically be a class that combines a std::array and a ring span, with all of the container functionality handled by the ring span.
Is there a reason this does not exist?
Metadata
Metadata
Assignees
Labels
No labels