module
Bitsetstd::bitset
like container.
It doesn't throw exceptions. Instead, asserts are used to ensure valid usage.
Files
- file bn_bitset.h
- file bn_bitset_fwd.h
Classes
- class bn::ibitset
- Base class of bn::
bitset. - class bn::bitset_ref
- ibitset implementation which manages an external elements array.
-
template<int Size>class bn::bitset
std::bitset
like container.