Searched defs:StrongSpaceship (Results 1 – 1 of 1) sorted by relevance
65 struct StrongSpaceship { in test() struct66 int value; in test()68 …::strong_ordering operator<=>(const StrongSpaceship& other) const { return value <=> other.value; } in test()