What is the best way to populate array "in fly" when reading file lines?
But firstly the programmer looping through the file to get numbers of lanes and then in another loop saving content to structure.
I'm looking for the way how to do it in one loop
push_backinto anstd::vectorstd::vector?