#include <array>

Go to the source code of this file.
Classes | |
| class | hebi::MutableProxyBitSet |
| class | hebi::ProxyBitSet |
Namespaces | |
| hebi | |
Functions | |
| static int | hebi::clearBit (unsigned int index, int word) |
| static bool | hebi::extractBit (unsigned int index, int word) |
| static int | hebi::setBit (unsigned int index, int word) |
Variables | |
| static constexpr size_t | hebi::BitsInDataWord = sizeof(int) * 8 |