Files
dynamic_bitset/meta/libraries.json
2025-10-31 10:58:48 +01:00

17 lines
603 B
JSON

{
"key": "dynamic_bitset",
"name": "Dynamic Bitset",
"authors": [
"Jeremy Siek",
"Chuck Allison"
],
"description": "The dynamic_bitset template represents a set of bits. It provides access to the value of individual bits via operator[] and provides all of the bitwise operators that one can apply to builtin integers, such as operator& and operator<<. The number of bits in the set can change at runtime.",
"category": [
"Data structures"
],
"maintainers": [
"Gennaro Prota <firstName.lastName -at- gmail.com>"
],
"cxxstd": "11"
}