标签: c++
我有以下代码:
struct myType { myType * ptr; }; typedef myType * myType ::* other_type;
什么是第二行typedef' ining?这是一个返回myType指针或其他东西的成员函数吗?