Member predicate Class::getADerivation
Gets a class derivation of this class/struct, for example the
public B
in the following code:
class D : public B {
...
};
Gets a class derivation of this class/struct, for example the
public B
in the following code:
class D : public B {
...
};