Commit b69ad5ac authored by Davis King's avatar Davis King

clarified spec

parent eeeee7ff
......@@ -29,11 +29,11 @@ namespace dlib
- size() == 0
WHAT THIS OBJECT REPRESENTS
This object is a circular buffer. This means that when objects
are pushed onto one of its ends it does not grow in size. Instead,
it shifts all elements over one to make room for the new element
and the element at the opposing end falls off the buffer and is
lost.
This object is a circular buffer of objects of type T. This means
that when objects are pushed onto one of its ends it does not grow
in size. Instead, it shifts all elements over one to make room for
the new element and the element at the opposing end falls off the
buffer and is lost.
!*/
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