How to inherit base constructor?
I have a base class in which a bunch of constructors are overloaded.
Another class derived from the base class also has a bunch of overloaded constructors.
How can I enforce a call function from an inherited constructor to an arbitrary base constructor?








