寂寞超短裙

文章
6
资源
0
加入时间
4年2月7天

确定class类型

功能:确定某个类型是否是class类型。template<typename T>class IsClassT{private: typedef char One; typedef struct { char a[2]; } Two; template<typename C> static One test(int C::*); template<t...