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

python - Strange behavior using PyQt4's 'pyqtSlot' decorator before another decorator -

c# - UnhandledExceptionMode.ThrowException for AppDomain.UnhandledException -

c# - Process.Kill() returns access denied -