#include <array> #include <compare> struct test { std::array<std::int64_t, 1> coords; auto operator<=>(const test&) const = default; }; ...
確定! 回上一頁