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.
Synopsis
Declared in <bdlb_bitstringutil.h>
static
void
assign1(
uint64_t* bitString,
std::size_t index);
Created with MrDocs