Figure 5. Creating a template parameter of type class.
图5.创建一个类类型的模板参数。
Figure 6. Creating a template parameter of type integer.
图6.创建一个整数类型的模板参数。
Why using constant expression as a template parameter?
为什么使用常数表达式作为一个模板参数?
How to use a general function pointer as a template parameter?
如何使用一个通用的函数的指针作为一个模板参数?
The linked pattern template parameter appears highlighted in Figure 31.
已链接的模式模板参数在图 31 中高亮显示。
With this option, the keyword typename is generated for every template parameter of type class.
通过这一选项,关键字typename被生成用来类类型的每一个模板参数。
Step through the wizard and enter the requested values for each individual pattern template parameter.
逐步执行向导并为每个模式模板参数填入需要的值。
An enhanced user interface that you can use to select a template parameter value to improve usability.
一个增强的用户界面,您可以使用它来选择一个模板参数值以提高实用性。
It is invalid to use an unspecialized template class name as a template parameter in a base class list.
将非专用化的模板类名用作基类列表中的模板参数是无效的。
You passed a class template in the argument to a class template that does not take a template parameter.
您在实参中向不采用模板形参的类模板传递了一个类模板。
Right-click the class and add a template parameter with name T. Add operations such as isEmpty():bool ,getSize():int.
在此类上右击并添加一个名为T的模板参数。 添加诸如isEmpty():bool ,getSize():int之类的操作。
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来定义一个属性类型,用同样的方式它也可以用作定义该种方式的回转类型。
This placeholder class should represent the instantiation of List by binding the template parameter t to the template parameter of X.
该占位符类可以通过将模板参数t与模板参数X绑定来实例化。
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.
当要将某个模板类型参数用作基类列表中的模板参数时,必须显式地将该模板类型参数添加到模板类名中。
As the element will be created at a later stage, when we apply Asset 1, we add another template parameter called "marshaller" of type "class" (Figures 15 and 16).
当在后期应用资产1创建元素时,我们添加类型“类”的另一个模版参数,名为“marshaller ”(图15和16)。
Add a method called get with return type as the template parameter t from the method (as shown in Figure 4), and an input parameter named index whose type is int.
添加一个名为get的方法。在此方法中,使其返回类型为模板参数t(如图4所示),然后输入参数名字index,其类型为int。
In the example shown in Figure 14, the selected rule template defined only one parameter; therefore, you can enter only a qualified class name in the field provided.
在图14中所示的实例中,所选的规则模板只定义了一个参数,因此,您可以在提供的文本框中只输入限定的类名。
Also notice how in Listing 8 the originating anchor link is passed to the template using a parameter.
还要注意下,在清单8中,起源锚链接是如何通过一个参数被传递给模板。
In general, methods that take a process template name as a parameter use late binding.
一般来讲,接受流程模板名称作为参数的方法使用后期绑定。
On the final wizard page, you will see entries for each parameter defined in the rule template.
在向导的最后一页,您将看到规则模板中定义的每个参数项。
Due to the nature of the decision table though, a template in a decision table typically has only one parameter, which is always an action rule.
然而由于决策表的性质,决策表中的模板通常只有一个参数,该参数始终是一个操作规则。
The image parameter handler will be automatically invoked when that template is displayed.
在显示该模板时,将自动调用图像参数处理程序。
The program takes the name of a process template as a command line parameter and prints out start times of all of the corresponding process instances.
该程序将流程模板的名称作为命令行参数,并且打印出了所有相对应的流程实例的启动时间。
Trying to start the transformation with a stylesheet parameter to determine which template gets called first.
可以在启动转换时传递样式表参数,来确定先调用哪个模板。
A recursive template taking a parameter solves this problem.
使用获取参数的递归模板可以解决此问题。
The parameter ID is the parameter name as displayed in the task editor and supported by the XSLT template corresponding to the selected verb.
参数ID是显示在任务编辑器中的参数名,并且与所选谓词相对应的XSLT模板支持该参数名。
You'll create a business rule template that includes a rule condition, a rule action and a rule parameter.
您将创建包括规则条件、规则操作和规则参数的业务规则模板。
If you don't declare a tunnel parameter because it is not used in that template, then you don't have to worry about its name clashing with any variable reference in that template.
如果没有在模板中声明通道参数,而模板正好又没使用它的话,就不用担心和模板中的变量引用发生名称冲突。
For example, the template might perform a value comparison on an incoming parameter against a value of a known type.
比如,模板可能需要用接收的参数和已知类型的值进行值比较。
For help with parameter values, see the parameter descriptions in the section titled Specify parameter values for the analysis adaptor template.
对于参数值的帮助文档,参阅参数描述,位于名为为分析适配器指定参数值的章节。
应用推荐