Set_type_override for parameterized classes

In reply to saisandeep:

You can’t override parameterized types from the command line. You may be able to create specialized types with typedefs and use them in an override, but I’ve never tried.