SpiceQA
Questions
Tags
Users
Badges
ctor-initializer
9 Questions
Newest
Active
Unanswered
Frequent
More
Score
View
Card
Compact
Is member initializer list considered part of the body of a constructor or it it considered part of the declarator
user_12002570
0
•
asked Apr 24, 2022
2
3
130
initializer-list
language-lawyer
ctor-initializer
constructor
c++
Why do the constructor of the derived classes want to initialize the virtual base class in C++?
user_2025742
0
•
asked Nov 3, 2020
8
3
431
virtual-inheritance
ctor-initializer
constructor
c++
Problem while initializing attribute in constructor c++
user_12383091
0
•
asked May 15, 2020
2
2
91
construct
ctor-initializer
definition
class
c++
Why can't I use =default for default ctors with a member initializer list
user_1753435
0
•
asked Jun 5, 2019
8
4
542
language-lawyer
ctor-initializer
default-constructor
c++11
c++
Constructor Definition C++ syntax
user_2359772
0
•
asked Nov 10, 2018
4
4
180
ctor-initializer
c++11
oop
c++
Internal mechanism of virtual inheritance
user_646210
0
•
asked Aug 10, 2017
4
1
623
virtual-inheritance
ctor-initializer
language-implementation
constructor
c++
What is this weird colon-member (" : ") syntax in the constructor?
user_176437
0
•
asked Nov 10, 2009
413
14
125709
ctor-initializer
syntax
c++-faq
constructor
c++
How to initialize a const field in constructor?
user_134763
0
•
asked Sep 14, 2009
79
6
93324
ctor-initializer
constants
constructor
c++
What does a colon following a C++ constructor name do?
user_49121
0
•
asked Aug 13, 2009
103
9
58634
ctor-initializer
initialization-list
constructor
c++
1
(current)
Hot Questions