Похожие чаты

What is the name of implemeting constructor like this ?


class A{
private:
int x;
public :
A(int x) : x(x) {};
};

2 ответов

16 просмотров

Ctor with initializer list?

Member Initialiser List

Похожие вопросы

Обсуждают сегодня

Карта сайта