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