第527页:模板定义以关键字template开始,后接模板形参表(template parameter list),模板形参表使用间括号括住的一个或多个模板形参(template parameter)的列表,形参之间以逗号分隔。 模板形参表不能为空
基于70个网页-相关网页
关键字后面是一个用逗号分隔的模板参数表,用尖括号模板参数表(template parameter list)。它不能为空,模板参数可以是一个类型参数,也可以是一个非类型参数。
基于32个网页-相关网页
使用关键字template来申明类模板,template之后是模板参数列表(template parameter list),用尖括号括起来,之后是类申明或类定义。例如
基于16个网页-相关网页
This placeholder class should represent the instantiation of List by binding the template parameter t to the template parameter of X.
该占位符类可以通过将模板参数t与模板参数X绑定来实例化。
Create a template binding class named ShelvesList with a binding to the List class by setting the parameter t to Shelf.
建立一个绑定类型模板并将其命名为ShelvesList通过设定参数值t为Shelf经其与类List联系起来。
In XSLT v2, you can't pass a parameter to a named template that is not defined in its parameter list.
在XSLT v 2中,您不能将参数传递给未在其参数列表中定义的命名模板。
应用推荐