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
Post a Comment