operator & method

Implementation

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