BloombergLP::bdlb::BitStringUtil::assign0

Set one bit in bitString to false.

Synopsis

Declared in <bdlb_bitstringutil.h>

static
void
assign0(
    uint64_t* bitString,
    std::size_t index);

Description

Set the bit at the specified index in the specified bitString to false. The behavior is undefined unless index is less than the capacity of bitString.

Parameters

NameDescription
bitStringbit string to modify
indexbit position to set