Skip to content

ttoomm318/CircularBuffer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

###Circular Buffer

Features:

  • Basic implementation, with member functions including push_back, pop_front, clear, is_empty, capacity, size
  • Implemented move semantics from C++11
  • Added print_buffer function for debugging purposes
  • Fixed size upon construction
  • Allows overwrite when buffer is full
  • Templated to take generic value types

About

Circular Buffer of generic value-type

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages