R>struct A { R> // . . . Members . . . R> bool operator == (const A&) const = default; R> auto operator <=> (const A&) const = default; R>}; R>