<<<Index>>>

Initializer list usage


*) If you do not explicitly initialize a class member in the initializer list, the compiler automatically initializes it using member's default constructor. For objects without default constructor this could produce difficult to understand error messages.

<<<Index>>>