Commit b69ad5ac authored by Davis King's avatar Davis King

clarified spec

parent eeeee7ff
...@@ -29,11 +29,11 @@ namespace dlib ...@@ -29,11 +29,11 @@ namespace dlib
- size() == 0 - size() == 0
WHAT THIS OBJECT REPRESENTS WHAT THIS OBJECT REPRESENTS
This object is a circular buffer. This means that when objects This object is a circular buffer of objects of type T. This means
are pushed onto one of its ends it does not grow in size. Instead, that when objects are pushed onto one of its ends it does not grow
it shifts all elements over one to make room for the new element in size. Instead, it shifts all elements over one to make room for
and the element at the opposing end falls off the buffer and is the new element and the element at the opposing end falls off the
lost. buffer and is lost.
!*/ !*/
public: public:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment