我想创建一个通用vector类并为一些情况创建特化。像这样的东西(它不编译,但希望传达我的意图):templateclassVector{public:typedefVectorVecType;Vector(){/**/}Vector(constVecType&other){/**/)Vector&operator=(constVecType&other){/**/}VecTypeoperator+(constVecType&other){/**/}VecTypeoperator-(constVecType&other){/**/}Toperator*(constVecType&oth