StackOverflow Questions for Tag: inherited-constructors

Bulletmagnet
Bulletmagnet

Reputation: 6042

clang doesn't see base class constructors pulled in via type alias

Score: 2

Views: 67

Answers: 1

Read More
Mirek
Mirek

Reputation: 31

C++ - Is it possible to use both types of constructor in an inherited class or when can I use second code type?

Score: 0

Views: 52

Answers: 0

Read More
Syrlax
Syrlax

Reputation: 1

Confusion about the necessity of "using" keyword with inheritance and constructors in C++11

Score: -1

Views: 73

Answers: 1

Read More
Shivang Mathur
Shivang Mathur

Reputation: 55

How do we call Base class Constructor from Derived Class using delegating Constructors

Score: 2

Views: 136

Answers: 2

Read More
glades
glades

Reputation: 4888

What are the access specifiers of inherited (-> "using") base class ctors / operators in derived class?

Score: 3

Views: 119

Answers: 1

Read More
Andoh Francis
Andoh Francis

Reputation: 1

Is there a way to override PHP __destruct in parent class from a child class

Score: 0

Views: 133

Answers: 0

Read More
Bulletmagnet
Bulletmagnet

Reputation: 6042

clang doesn't see base class constructors pulled in via typedef

Score: 2

Views: 322

Answers: 1

Read More
Lightness Races in Orbit
Lightness Races in Orbit

Reputation: 385385

Should args to inherited constructors be copied when invoking the base ctor or not?

Score: 6

Views: 155

Answers: 2

Read More
smac89
smac89

Reputation: 43234

Overloading inherited constructors

Score: 2

Views: 1931

Answers: 2

Read More
wanghan02
wanghan02

Reputation: 1317

Can copy/move constructors be inherited by using-declaration in c++17?

Score: 6

Views: 342

Answers: 2

Read More
Vlad from Moscow
Vlad from Moscow

Reputation: 311126

Is there one more bug of the gcc compiler relative to inherited constructors?

Score: 0

Views: 109

Answers: 1

Read More
Dangas56
Dangas56

Reputation: 859

Delphi constructor how to (inherit a Parent.Parent create) or (call a Parent.Parent.Create)

Score: 0

Views: 332

Answers: 0

Read More
Yoni Tzafrir
Yoni Tzafrir

Reputation: 53

Printing an attribute of a instance in a list, only if it exist

Score: 1

Views: 103

Answers: 2

Read More
skypjack
skypjack

Reputation: 50568

Inherited constructors, default constructor and visibility

Score: 8

Views: 965

Answers: 2

Read More
maxbc
maxbc

Reputation: 1027

Inheriting constructors and brace-or-equal initializers

Score: 10

Views: 349

Answers: 1

Read More
Zile
Zile

Reputation: 21

Invoking base class 2 argument constructor into subclass one argument constructor

Score: 0

Views: 63

Answers: 3

Read More
Jarlaxle
Jarlaxle

Reputation: 901

c++0x inherited constructor in templates

Score: 5

Views: 3112

Answers: 4

Read More
Artur Pyszczuk
Artur Pyszczuk

Reputation: 1940

Constructor with default arguments can not be called when inherited

Score: 3

Views: 50

Answers: 0

Read More
MvG
MvG

Reputation: 61057

Constructor arguments for virtual base classes

Score: 1

Views: 1240

Answers: 1

Read More
dau_sama
dau_sama

Reputation: 4367

Inherited constructor and stl containers error

Score: 2

Views: 148

Answers: 1

Read More
PreviousPage 1Next