typedef type * type :: *,它是什么?

时间:2014-04-15 12:22:41

标签: c++

我有以下代码:

  struct myType { myType * ptr; };
  typedef myType * myType ::* other_type;

什么是第二行typedef' ining?这是一个返回myType指针或其他东西的成员函数吗?

0 个答案:

没有答案