Searched defs:EventPermutation (Results 1 – 1 of 1) sorted by relevance
34 struct EventPermutation { struct35 const EventSeverity severity;36 const Event event;38 constexpr bool operator==(const EventPermutation &rhs) const { in operator ==()