Searched defs:EqualType (Results 1 – 2 of 2) sorted by relevance
25 struct EqualType { struct27 constexpr bool operator<(const EqualType&) const { return false; } in operator <() argument72 [](const EqualType&, const EqualType&) { return false; }); in test_same()
13 struct EqualType { struct