Reputation: 1437
I have had a look around for different sources and was unable to find any useful information on vectors of fixed size arrays. I was wondering if the below code would work properly.
std::vector<std::array<myType, [3]> > myVectorOfArrays;
Upvotes: 0
Views: 1580