Calling a virtual base class's overloaded constructor

后端 未结 4 1104
孤城傲影
孤城傲影 2021-01-11 16:42

Is there a (practical) way to by-pass the normal (virtual) constructor calling order?

Example:

class A
{
    const int i;

public:
          


        
4条回答
提交回复
热议问题