Searched defs:is_class (Results 1 – 4 of 4) sorted by relevance
47 struct is_class struct53 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 };
200 void is_class() in is_class() function