initializer
基本解释
- n.初始化程序
英汉例句
- The initializer must be an expression.
这个构造者必须是一个表达式。 - The declarator must include an initializer.
声明者必须包含一个构造者。 - We are using here an object initializer.
我们在这里使用了一个对象构造器。 - The initializer for a "plain" T& must be an lvalue of type T.
就是说,只有确切的类型T才能初始化T&,不能经过隐式转换。因此上述代码会得到一个编译错误: - The compile-time type of the initializer expression cannot be the null type.
在编译时刻构造者表达式的类型不能为null类型。