operator ~

Toggles all bits in the bitset.

  bitset<N> operator~() const;
  
Remarks

Returns the modified bitset.