assign1 overloads
Synopses
Declared in <bdlb_bitstringutil.h>
Set the bit at the specified index in the specified bitString to true. The behavior is undefined unless index is less than the capacity of bitString.
static
void
assign1(
uint64_t* bitString,
std::size_t index);
Set the specified numBits beginning at the specified index in the specified bitString to true. The behavior is undefined unless bitString has a capacity of at least index + numBits.
static
void
assign1(
uint64_t* bitString,
std::size_t index,
std::size_t numBits);
Created with MrDocs