HEBI C++ API  3.4.0
bit_set.hpp File Reference
#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