|
|
От: | Lorenzo_LAMAS | |
| Дата: | 16.02.05 11:12 | ||
| Оценка: | |||
-if T is a class type (clause 9) with a user-declared constructor (12.1), then the default constructor for T is called...
— if T is a non-union class without a user-declared constructor, then every non-static data member and base
class component of T is value-initialized
...
— otherwise, the object is zero-initialized