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 pointers
DF
C++ object model
липмана ,либо Itanium ABI
AE
АК
BU
d
nullptr
используется -1, а не 0O
d
O