General Form of Template template<typename TypeParam> Functiondefinition TypeParam is a type-parameter (placeholder) naming the generic type of value(s)on which the function operates FunctionDefinition is the definition of the function, using type TypeParam COMP 152General Form of Template template<typename TypeParam> FunctionDefinition ▪ TypeParam is a type-parameter (placeholder) naming the "generic" type of value(s) on which the function operates ▪ FunctionDefinition is the definition of the function, using type TypeParam COMP152 11