non-type template parameter 非类型模板参数
template type parameter 模板类型参数
Declares a template type parameter 声明一个模板类型参数
You can also use the template parameter T for an attribute’s type, in the same way as it was used for the method’s return type.
您也可以使用模板参数 T 来定义一个属性类型,用同样的方式它也可以用作定义该种方式的回转类型。
For example, the template might perform a value comparison on an incoming parameter against a value of a known type.
比如,模板可能需要用接收的参数和已知类型的值进行值比较。
Figure 6. Creating a template parameter of type integer.
图6 .创建一个整数类型的模板参数。
应用推荐