Set to 0 the specified numBits values in this array, beginning at the specified index. The behavior is undefined unless index + numBits <= length().
Declared in <bdlc_bitarray.h>
void
assign0(
std::size_t index,
std::size_t numBits);
| Name | Description |
|---|---|
| index | starting bit position to clear |
| numBits | number of bits to clear |