Are Bitsets actually Bools?

Posted by cam on Stack Overflow See other posts from Stack Overflow or by cam
Published on 2010-04-29T21:57:50Z Indexed on 2010/04/29 22:57 UTC
Read the original article Hit count: 140

Filed under:
|

In C++, are bitsets actually a set of bools? Doesn't this defeat the purpose of using a BitSet because bools are 32 bits (I think...)?

© Stack Overflow or respective owner

Related posts about c++

Related posts about bitset