Return the inverted value of the bit referenced by this object. Note that the value of the referenced bit remains unchanged.
Synopsis
Declared in <bslstl_bitset.h>
bool
operator~() const noexcept;
Return Value
inverted value of the referenced bit
Created with MrDocs