Searched defs:EvilSentinel (Results 1 – 1 of 1) sorted by relevance
24 struct EvilSentinel { struct26 friend constexpr bool operator==(EvilSentinel s, It p) { return s.p_ == p; } in operator ==() argument