Searched defs:NoSpaceship (Results 1 – 3 of 3) sorted by relevance
65 struct NoSpaceship { in test() struct66 int value; in test()68 constexpr bool operator<(const NoSpaceship& other) const { return value < other.value; } in test()
104 struct NoSpaceship { in test() struct105 int value; in test()107 constexpr bool operator<(const NoSpaceship& other) const { return value < other.value; } in test()
157 struct NoSpaceship { in test() struct158 constexpr bool operator==(const NoSpaceship&) const { return true; } in test()159 constexpr bool operator<(const NoSpaceship&) const { return false; } in test()