IZ
Size: a a a
IZ
RM
RM
p
A
RM
RM
RM
RM
RM
KK
RM
RM
KK
RM
RM
struct ITest {};
struct IFoo : public ITest {};
struct Boo : public IFoo {};
const auto ptr = new Boo{};
ITest* ptrBase = ptr;RM
const auto ptr указывать const IFoo* ptr ?RM
D
const auto ptr указывать const IFoo* ptr ?RM