operator ^ abstract method

LogFilter operator ^(
  1. LogFilter other
)

symmetric difference

Implementation

LogFilter operator ^(LogFilter other);