operator ~ method

AnnotatedRoadEvents operator ~()

Implementation

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