How to clone a container of polymorphic pointers?
Assume that classes of these polymorphic pointers have a clone() virtual member function that can clone it self. Write a functor to clone the objects...
Assume that classes of these polymorphic pointers have a clone() virtual member function that can clone it self. Write a functor to clone the objects...