 |
std::array - cppreference.com
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
en.cppreference.com |
 |