O
struct Foo { int x; };
Foo foo;
auto xPtr = &Foo::x;
if (xPtr) {
std::cout << "here" << std::endl;
}Size: a a a
d
struct Foo { int x; };
Foo foo;
auto xPtr = &Foo::x;
if (xPtr) {
std::cout << "here" << std::endl;
}O
BU
AE
BU
DF
DF
member pointers are not pointersDF
C++ object model липмана ,либо Itanium ABIAE
АК
BU
d
nullptr используется -1, а не 0O
d
O