
A Standard Bit Vector
The Standard Template Library provides the specialization vector. The specialization is implemented in a way that squeezes each element into a single bit, rather than a bool variable. When a large amount of bits has to be stored in a vector , this specialization is very efficient in terms of