nontype
基本解释
- 不标准的
英汉例句
- Nontype template arguments must be compile-time constant expressions.
非类型模板实参必须是编译时常量表达式。 - In this section we'll look at nontype parameters as used by function templates.
本节将介绍函数模板使用的非类型形参。 - List of type or nontype parameters (separated by commas) to be used in the definition or declaration of a template.
在模板定义或声明中使用的类型形参或非类型形参(以逗号分隔)的列表。 - We'll look at nontype parameters for class templates in Section 16.4.2 (p. 655) after we've seen more about how class templates are implemented.
在介绍了类模板实现的更多内容之后,第16.;4 - The only meaning we can ascribe to a template parameter is to distinguish whether the parameter is a type parameter or a nontype parameter.
可以给模板形参赋予的唯一含义是区别形参是类型形参还是非类型形参。