I have created a type list. I then create a class using a template passing the type list. When I call the print function of the class with a some types not specified they ar
which doesn't need an implementation. This should catch all types for which no explicit print exists, and since it is private, it will give an error message.