mirror of
https://github.com/boostorg/dynamic_bitset.git
synced 2026-01-19 04:12:09 +00:00
18 lines
694 B
JSON
18 lines
694 B
JSON
{
|
|
"key": "dynamic_bitset",
|
|
"name": "Dynamic Bitset",
|
|
"authors": [
|
|
"Jeremy Siek",
|
|
"Chuck Allison"
|
|
],
|
|
"description": "The dynamic_bitset class represents a set of bits. It provides accesses to the value of individual bits via an 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 is specified at runtime via a parameter to the constructor of the dynamic_bitset.",
|
|
"documentation": "dynamic_bitset.html",
|
|
"category": [
|
|
"Containers"
|
|
],
|
|
"maintainers": [
|
|
"Jeremy Siek <jeremy.siek -at- gmail.com>"
|
|
],
|
|
"cxxstd": "03"
|
|
}
|