template parameter list的意思|示意

美 / / 英 / /

模板参数列表


template parameter list的网络常见释义

模板形参表 第527页:模板定义以关键字template开始,后接模板形参表(template parameter list),模板形参表使用间括号括住的一个或多个模板形参(template parameter)的列表,形参之间以逗号分隔。 模板形参表不能为空

模板参数表 关键字后面是一个用逗号分隔的模板参数表,用尖括号模板参数表(template parameter list)。它不能为空,模板参数可以是一个类型参数,也可以是一个非类型参数。

模板参数列表 使用关键字template来申明类模板,template之后是模板参数列表(template parameter list),用尖括号括起来,之后是类申明或类定义。例如

template parameter list相关例句

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中,您不能将参数传递给未在其参数列表中定义的命名模板。

You must explicitly add the template type parameters to the template class name when using it as a template parameter in a base class list.

当要将某个模板类型参数用作基类列表中的模板参数时,必须显式地将该模板类型参数添加到模板类名中。

It is invalid to use an unspecialized template class name as a template parameter in a base class list.

将非专用化的模板类名用作基类列表中的模板参数是无效的。

Generic or template parameters with default values cannot be followed in the parameter list by parameters that do not have default values.

在参数列表中,具有默认值的泛型参数或模板参数后面不能是没有默认值的参数。