code_generator icon indicating copy to clipboard operation
code_generator copied to clipboard

Calling the base class constructor from child constructor

Open rtyping opened this issue 2 years ago • 0 comments

//.cpp

Child::Child(Engine &engine) : Parent(engine) { }

rtyping avatar Oct 01 '23 13:10 rtyping