Return the bitwise complement ("toggle") of the specified array.
Synopsis
Declared in <bdlc_bitarray.h>
bdlc::BitArray
operator~(BitArray const& array);
Created with MrDocs
Return the bitwise complement ("toggle") of the specified array.
Declared in <bdlc_bitarray.h>
bdlc::BitArray
operator~(BitArray const& array);
Created with MrDocs