In this case, the library still creates a value-initialized object. It does so by value-initializing each member of that object.
这种情况下,标准库仍产生一个带初始值的对象,这个对象的每个成员进行了值初始化。
In this case, the library still creates a value-initialized object. It does so by value - initializing each member of that object.
这种情况下,标准库仍产生一个带初始值的对象,这个对象的每个成员进行了值初始化。
This means that an object is initialized with a value and not reassigned.
这意味着用一个值初始化对象,以后不再重新赋值。
应用推荐