template <typename Type> int SeqList<Type>::Insert(Type x, int i)这里我知道是个函数模板,但是这里SeqList已经有数据类型是int,后面的<Type>是什么意思?
跃然一笑
相关分类