Page 1 of 1

What is bitset in C++?

Posted: Wed Jul 13, 2022 7:53 pm
by answerhappygod
a) An array of bools consuming one bit per element
b) Vector of bools
c) C-like arrays of bool elements
d) Template class