Searched defs:is_class (Results 1 – 5 of 5) sorted by relevance
45 struct is_class struct51 enum { value = sizeof(char) == sizeof(dont_use::is_class_helper<T>(0)) }; argument
9 template<typename T> struct is_class { struct10 static const bool value = sizeof(__is_class_check<T>(0)) == 1; argument
115 template <typename T> struct is_class { struct116 enum { value = 0 };
177 void is_class() in is_class() function
57 template<typename T> struct is_class: struct