Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
b69ad5ac
Commit
b69ad5ac
authored
Mar 06, 2012
by
Davis King
Browse files
clarified spec
parent
eeeee7ff
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
dlib/sliding_buffer/circular_buffer_abstract.h
dlib/sliding_buffer/circular_buffer_abstract.h
+5
-5
No files found.
dlib/sliding_buffer/circular_buffer_abstract.h
View file @
b69ad5ac
...
@@ -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:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment