给定一个模板templateclassPoint{...};这个模板可以显式实例化templateclassPoint;templateclassPoint;templateclassPoint;templateclassPoint;我不想像上面那样单独实例化每个模板,我想通过一次调用递归地实例化它们templateclassRecursiveInstantiate;哪里RecursiveInstantiate将实例化T,T,...,T.是否有可能创建这样一个类RecursiveInstantiate?如果不可能,您是否知道使用预处理器执行此操作的方法?事实上,我有兴趣将其推广到具有多