
7 Apr
2008
7 Apr
'08
12:25 p.m.
I use my own implementation of circular buffers which simulate an infinite buffer that simply wraps around. The indexes are not restricted in either positive or negative direction. This is a very useful construct (believe it or not). It looks like boost::circular_buffer restricts the indexes. I suppose the straightforward way to use boost::circular_buffer would be derive from it and add a modulus operation to the indexing?
6277
Age (days ago)
6277
Last active (days ago)
0 comments
1 participants
participants (1)
-
Neal Becker