llvm::isPodLike< T > Struct Template Reference

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>

List of all members.

Static Public Attributes

static const bool value = !is_class<T>::value

Detailed Description

template<typename T>
struct llvm::isPodLike< T >

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.


Member Data Documentation

template<typename T >
const bool llvm::isPodLike< T >::value = !is_class<T>::value [static]

The documentation for this struct was generated from the following file:

Generated on 2 Nov 2013 for Galois by  doxygen 1.6.1