通常,我们会使用 “指向 int 的指针” 这种类型(其类型名称为 int*)。但较少见(但仍然可能)的情况是使用 “指向类 CRType 的 int 数据成员的指针”(其类型名称为 int CRType::*)。
int*
CRType
int CRType::*