Click here to Skip to main content
15,880,405 members
Articles / Programming Languages / C++

YACB - Yet Another Circular Buffer

Rate me:
Please Sign up or sign in to vote.
3.40/5 (2 votes)
16 Jan 2021CPOL4 min read 8.3K   295   6  
A fast and modern circular buffer implementation
This article describes a C++17 template based implementation of the circular buffer structure.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Canada Canada
Mircea is the embodiment of OOP: Old, Opinionated Programmer. With more years of experience than he likes to admit, he is always opened to new things, but too bruised to follow any passing fad.

Lately, he hangs around here, hoping that some of the things he learned can be useful to others.

Comments and Discussions