I\'m wondering if it\'s possible to create a map of pointers of inherited classes. Here\'s an example of what I\'m trying to do:
#include #inc
You may have template on classes and functions, but not on instances.
You should stick to the map to BaseClass*'es.
BaseClass*