确定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... C/C++ 2023-08-28 161 点赞 2 评论 243 浏览