LLVM API Documentation
#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.
Definition at line 197 of file type_traits.h.
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))
Definition at line 199 of file type_traits.h.