template instantiation的意思|示意

美 / / 英 / /

模板实例化


template instantiation的网络常见释义

模板实例化 0 关于模板实例化(template instantiation)(详见文献[4]模板): 指在编译或链接时生成函数模板或类模板的具体实例源代码,即用使用模板时的实参类型替换模板类型参数(还...

范本具现化 ... template explicit specialization 模板显式特化(版本) 模板显式特化 template instantiation 范本具现化 template parameter 范本参数 ...

实例化 板实例化(template instantiation )是指在编译或链接时生成函数板或类板的具体实例源代码。ISO C++定义了两种板实例化方法:隐式实例化(当使用实例化的板.

模板具现化 由于模板具现化(template instantiation)是一个编译时行为,而且是按需提供,也就是说,你用到了,它才具现化,你没用到,它就会对这些模板代码视而不见(即使有错误也发...

template instantiation相关短语

1、 recursive template instantiation 递归模板具现化

template instantiation相关例句

Server virtualization provides the capability to rapidly provision new environments by creating template images for quick instantiation.

服务器虚拟化通过为快速实例化创建模板映像,提供了快速供给新环境的能力。

This placeholder class should represent the instantiation of List by binding the template parameter t to the template parameter of X.

该占位符类可以通过将模板参数t与模板参数X绑定来实例化。

For example, if you have erroneously modeled operations inside of a template instantiation or an anonymous union, then such operations need to be thrown away.

例如,如果您在一个模板例子,或匿名联合体中错误地为操作建模,那么这样的操作应该被弃除。

A modified class loader USES template files that look almost exactly like ordinary class files except for "holes" in the constant pool that are filled in at load time for each instantiation class.

修改的类装入器使用看上去几乎与普通类文件完全一样的模板文件,不同的是这个模板文件在常量池中有一些“洞”,在装入时为每个实例化类填充这些“洞”。

To implement this best practice, the template image is set up onto two disks so that profiles created during the instantiation process are directed to a second logical disk.

要实现此最佳实践,请将模板映像安装到两个磁盘上,以便将实例化过程中创建的概要定向到第二个逻辑磁盘。

But in fact, all that is necessary to implement this strategy is to use a modified class loader that constructs new instantiation classes from a "template" class file.

但实际上,实现该策略所需的全部就是使用一个修改的类装入器,它根据“模板(template)”类文件构造新的实例化类。