Complement 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
toggle(std::size_t index);
Created with MrDocs