std::array is a container that encapsulates fixed size arrays. ... Unlike a C-style array, it doesn't decay to T* automatically.
確定! 回上一頁