当前位置: 首页 > 文档资料 > C++大学教程 >

12.10 专业术语

优质
小牛编辑
128浏览
2023-12-01

angle brackets 尖括号
keyword temPlate 关键字 template
class template 类模板
non-type parameter in a templateheader 模板首
class template name 类模板名
部中的无类型参数
formal parameter in a template header 模板首部中的形式参数
overloading a template function 重载模板函数
parameterized type 参数化类型
friend of a template 模板的友元
static data member of a class template
function template 函数模板
类模板的 static 数据成员
function temPlate declaration 函数模板的声明
static data member of a template class 模
function template definition 函数模扳的定义
板类的static数据成员
keyworde class in a template type parameter 模板类型参数中的关键字class
static member function of a class template
类模板的static成员函数
static member function of a template class 模板类的static成员函数
template argument 模板实参
template name 模板名
template class 模板类
template parameter 模板形参
template class member function 模板类成员函数
type parameter in a template header 模板
template<class T> 类型参数
首部的
template function 模板函数
typename