boost_circular_buffer 0.1.0

Boost C++ library boost_circular_buffer packaged using Zanbil
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "key": "circular_buffer",
    "name": "Circular Buffer",
    "authors": [
        "Jan Gaspar"
    ],
    "description": "A STL compliant container also known as ring or cyclic buffer.",
    "category": [
        "Containers"
    ],
    "maintainers": [
        "Jan Gaspar <jano_gaspar -at- yahoo.com>"
    ],
    "cxxstd": "03"
}