Описание тега std-bitset
A C++ container class similar to an array but containing only bits, included in the <bitset> library.
</bitset>
A C++ container class similar to an array but containing only bits, included in the <bitset>
library.
It allows for random access and has member functions like flip()
and test()
which apply only to bits or bit sequences.