std::array is a container that encapsulates constant size arrays in C++.
std::array
is a part of the C++ Standard Library since C++11.
Reference: https://en.cppreference.com/w/cpp/container/array
std::array is a container that encapsulates constant size arrays in C++.
std::array
is a part of the C++ Standard Library since C++11.
Reference: https://en.cppreference.com/w/cpp/container/array