operator ~ method

FilterVehicleTypes operator ~()

Implementation

FilterVehicleTypes operator ~() {
  return FilterVehicleTypes(~value);
}