The std::array<> is a STL Container, and it is similar to the C style fixed size array. It can store elements of same type, and we need to specify its size ...
確定! 回上一頁