Toggle all bits of this bitset and return a reference to this modifiable bitset.

Synopsis

Declared in <bslstl_bitset.h>

bitset<N>
operator~() const noexcept;

Created with MrDocs