What is bitset in C++?

a) An array of bools consuming one bit per element b) Vector of bools c) C-like arrays of bool elements d) Template class