std::array - cppreference.com

std::array - cppreference.com

瀏覽:1101
日期:2025-04-24
std::array is a container that encapsulates fixed size arrays. This container is an aggregate type with the same semantics as a struct holding a C-style array T [N] as its only non-static data member. It can be initialized with aggregate-initialization, g...看更多