assign1 overloads
Declared in <bdlb_bitstringutil.h>
Set one bit in bitString to true.
static
void
assign1(
uint64_t* bitString,
std::size_t index);
» more...
Set a range of bits in bitString to true.
static
void
assign1(
uint64_t* bitString,
std::size_t index,
std::size_t numBits);
» more...
| Name | Description |
|---|---|
| bitString | bit string to modify |
| index | bit position to set |
| numBits | number of bits to set |