class A{
private:
int x;
public :
A(int x) : x(x) {};
};
Ctor with initializer list?
Member Initialiser List
Обсуждают сегодня