Virtually sequentially concatenate two C++ std::vectors
Advertisements My question consists of two parts: First part. Am I correct that the following task couldn’t be solved in C++ even with recent innovations in templates? The goal is to virtually (which means no real concatenation should occur) sequentially concatenate two C++ std::vectors of objects of different types for the time of function call.… Read More Virtually sequentially concatenate two C++ std::vectors