📄 jww149.c
字号:
// There is no atomic representation for a member-ptr constant.
// Consequently, member-pointer constants for aggregates are currently
// initialized with code.
// - discuss with Anthony and Greg
struct A { int a; };
#pragma on ( dump_ptree )
int A::*pa[1] = { &A::a };
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -