The series continue.
C++ Core Guidelines: std::array and std::vector are your Friends
by Rainer Grimm
From the article:
In 99 % of your use-cases for a sequential container, you are totally fine with a std::array or a std::vector. What? If you don't believe me, read this post...
Add a Comment
Comments are closed.