A C++ container class similar to an array but containing only bits, included in the
A C++ container class similar to an array but containing only bits, included in the <bitset>
library. It has a fixed length specified at compile time via a template parameter.
It allows for random access and can be manipulated with standard logic operators.
A reference is available.