Searched defs:UnitT (Results 1 – 2 of 2) sorted by relevance
21065 struct UnitT { } Unit; struct21066 bool operator==(const UnitT &, const UnitT &) { return true; } in operator ==()21067 bool operator!=(const UnitT &, const UnitT &) { return false; } in operator !=()
22554 struct UnitT { } Unit; struct22555 bool operator==(const UnitT &, const UnitT &) { return true; } in operator ==()22556 bool operator!=(const UnitT &, const UnitT &) { return false; } in operator !=()