成员初始化 meaning in Chinese
member initialization
Examples
- A default constructor is always provided to initialize the struct members to their default values
总是提供默认构造函数以将结构成员初始化为它们的默认值。 - If the value of a member exceeds the allowable range for the underlying data type , or if you initialize any member to the maximum value allowed by the underlying data type , the compiler reports an error
若成员的值超过基础数据类型允许的范围,或将任何成员初始化为基础数据类型允许的最大值,编译器将会报错。