operator ~ method

int operator ~()
inherited

Implementation

int operator ~() {
  return ~raw;
}