0 关于模板实例化(template instantiation)(详见文献[4]模板): 指在编译或链接时生成函数模板或类模板的具体实例源代码,即用使用模板时的实参类型替换模板类型参数(还...
基于90个网页-相关网页
... template explicit specialization 模板显式特化(版本) 模板显式特化 template instantiation 范本具现化 template parameter 范本参数 ...
基于76个网页-相关网页
板实例化(template instantiation )是指在编译或链接时生成函数板或类板的具体实例源代码。ISO C++定义了两种板实例化方法:隐式实例化(当使用实例化的板.
基于42个网页-相关网页
由于模板具现化(template instantiation)是一个编译时行为,而且是按需提供,也就是说,你用到了,它才具现化,你没用到,它就会对这些模板代码视而不见(即使有错误也发...
基于38个网页-相关网页
recursive template instantiation 递归模板具现化
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.
例如,如果您在一个模板例子,或匿名联合体中错误地为操作建模,那么这样的操作应该被弃除。
Server virtualization provides the capability to rapidly provision new environments by creating template images for quick instantiation.
服务器虚拟化通过为快速实例化创建模板映像,提供了快速供给新环境的能力。
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.
修改的类装入器使用看上去几乎与普通类文件完全一样的模板文件,不同的是这个模板文件在常量池中有一些“洞”,在装入时为每个实例化类填充这些“洞”。
应用推荐