Is there any way to iterate over containers of different type with the elements of the same type?
Say, I've got two containers of double: std::valarray<double> and std::vector<double>. I need to iterate over them with no information about exact type.