HEBI C++ API
3.9.0
|
#include <array>
Go to the source code of this file.
Classes | |
class | hebi::MutableProxyBitSet |
class | hebi::ProxyBitSet |
Namespaces | |
hebi | |
Functions | |
static bool | hebi::extractBit (unsigned int index, int word) |
static int | hebi::setBit (unsigned int index, int word) |
static int | hebi::clearBit (unsigned int index, int word) |
Variables | |
static constexpr size_t | hebi::BitsInDataWord = sizeof(int) * 8 |