operator & method

Implementation

FilterVehicleTypes operator &(FilterVehicleTypes other) {
  return FilterVehicleTypes(value & other.value);
}