...模板的模板参数(template template parameter)是指C++语言程序设计中,一个模板的参数是模板类型。只有类模板允许其模板参数是模板类型;函数模板不允许具有这样的模板参数。
基于70个网页-相关网页
类似地,向一个模板加入新的默认模板参数尽管通常是可以的,但也可能会破坏使用模板模板参数(template template parameters)并因而依赖于最初精确数量的参数的现有代码: // Example 1-2
基于44个网页-相关网页
template template parameter 模板的模板参数; 模板模板参数 template template parameters 双重模板参数 activity template 活动模板; 活动片 .
基于4个网页-相关网页
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.
如果没有在模板中声明通道参数,而模板正好又没使用它的话,就不用担心和模板中的变量引用发生名称冲突。
This placeholder class should represent the instantiation of List by binding the template parameter t to the template parameter of X.
该占位符类可以通过将模板参数t与模板参数X绑定来实例化。
The template that matches "html" calls a named template based on the input parameter.
匹配“html”的模板根据输入参数调用指定模板。
应用推荐