std::array
stores a fixed number of instances, in this case exactly 4 vectors. It doesn't matter that the vectors themselves are resizable.
↧
Comment by HolyBlackCat on How does a std::array of resizable containers/datatypes work?
↧