#include <list> #include <array> int foo() { std::array<std::list<int>, 10> myListArray; // C++ array of lists }