Aggregate Initialization
You have already known about list initialization introduced in C++11. But if a class inherit from another aggregate class, how do you initialize the variables in base class using list initialization? If you don't know, please click this article, and know how to do this.
Read more