Efficiently exchange the values of the bits at the specified index1 and index2 indices. The behavior is undefined unless index1 < length() and index2 < length().

Synopsis

Declared in <bdlc_bitarray.h>

void
swapBits(
    std::size_t index1,
    std::size_t index2);

Created with MrDocs