Answer the question
In order to leave comments, you need to log in
What does it mean to use an intra-class initializer in a constructor?
By subject.
I was surprised when I googled this:
По запросу что значит внутриклассовый инициализатор ничего не найдено.
Рекомендации:
Убедитесь, что все слова написаны без ошибок.
Попробуйте использовать другие ключевые слова.
Попробуйте использовать более популярные ключевые слова.
Попробуйте уменьшить количество слов в запросе.
Answer the question
In order to leave comments, you need to log in
Take the book where you read it, find the original in English and google it according to the original, and not according to the attempts of translators. Well, or give the context, code, etc.
"in-class initialization"
This is a C11 feature;
When declaring a class, it was previously impossible to do something like this:
class Foo {
public:
int bar = 42;
};
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question