S
Sarath
From the documentation of MSDN, it is saying that bitset is not a STL
container
Unlike the similar vector<bool> Class, the bitset class does not have
iterators and is not an Standard Template Library container.
Actaully what's so special in STL containers?
What I know is that there will be certain operators overloaded,
supports template meta programming, having iterators, compatible with
other STL functions etc...
It would be helpful if you says what's missing in bitset container.
container
Unlike the similar vector<bool> Class, the bitset class does not have
iterators and is not an Standard Template Library container.
Actaully what's so special in STL containers?
What I know is that there will be certain operators overloaded,
supports template meta programming, having iterators, compatible with
other STL functions etc...
It would be helpful if you says what's missing in bitset container.