c++ - How do I determine if a class indirectly inherits from a base class? -


You can use to check that a class gets from a base class, but how do I know that Any class straight succession from that class (i.e., is processed indirectly from that class)?

It is impossible until it is implemented.


Comments

Popular posts from this blog

c# - SignalR: "Protocol error: Unknown transport." when navigating to hub -

class - Kivy: how to instantiate a dynamic classes in python -

python - mayavi mapping a discrete colorbar on a surface -