Member predicate Class::hasPrivateBaseClass
Holds if this class/struct has a private class derivation, for
example the private B
in the following code:
class D : private B {
...
};
Holds if this class/struct has a private class derivation, for
example the private B
in the following code:
class D : private B {
...
};