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 -

Camel ProducerTemplate possible memory leak -

javascript - Adhering to a max length setting with jshint -