bn_bitset.h file

bn::bitset implementation header file.

Namespaces

namespace bn
Main Butano namespace.

Classes

class bn::ibitset
Base class of bn::bitset.
class bn::ibitset::reference
Proxy to allow to interact with individual bits of a ibitset.
template<int Size>
class bn::bitset
std::bitset like container.
class bn::bitset_ref
ibitset implementation which manages an external elements array.