Set to 0 the value of the bit at the specified index in this array. The behavior is undefined unless index < length().
Synopsis
Declared in <bdlc_bitarray.h>
void
assign0(std::size_t index);
Parameters
Name |
Description |
index |
bit position to clear |
Created with MrDocs