template <class Ty, std::size_t N> class array; ... #include <array> #include <iostream> typedef std::array<int, 4> Myarray; ...
確定! 回上一頁