isPodLike - This is a type trait that is used to determine whether a given type can be copied around with memcpy instead of running ctors etc. More...
#include <type_traits.h>
Static Public Attributes | |
static const bool | value = !is_class<T>::value |
isPodLike - This is a type trait that is used to determine whether a given type can be copied around with memcpy instead of running ctors etc.
const bool llvm::isPodLike< T >::value = !is_class<T>::value [static] |