Home
last modified time | relevance | path

Searched defs:StrongSpaceship (Results 1 – 1 of 1) sorted by relevance

/llvm-project/libcxx/test/std/library/description/conventions/expos.only.func/
H A Dsynth_three_way.pass.cpp65 struct StrongSpaceship { in test() struct
66 int value; in test()
68 …::strong_ordering operator<=>(const StrongSpaceship& other) const { return value <=> other.value; } in test()