is_base_of - Metafunction to determine whether one type is a base class of (or identical to) another type. More...
#include <type_traits.h>
Static Public Attributes | |
static const bool | value |
is_base_of - Metafunction to determine whether one type is a base class of (or identical to) another type.
const bool llvm::is_base_of< Base, Derived >::value [static] |
is_class<Base>::value && is_class<Derived>::value && sizeof(char) == sizeof(dont_use::base_of_helper<Base>((Derived*)0))