-
Notifications
You must be signed in to change notification settings - Fork 72
Open
Description
It would be nice to have an iterator interface on the RingBuffer, then you can use the STL algorithms on the RingBuffer.
All required for that is a begin
and end
method returning the iterators.
You could then, for instance, sum up the values in the BufferEasily using std::accumulate
.
devprofile98
Metadata
Metadata
Assignees
Labels
No labels