template argument
常见例句
- An unspecialized class template cannot be used as a template argument in a base class list.
不能将非专用化的类模板用作基类列表中的模板参数。 - For example, I don't support ideas of direct language support for template argument constraints checking.
比如我不支持对模板参数约束检查提供直接语言支持的想法。 - The standardese way of looking at things is simply that the value you supply as a template argument must be a constant known at compile time.
standardese看待事物的方式是,您提供作为一个模板参数的值必须在编译时是已知常数。 返回 template argument