|
LLVM
4.0.0
|
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 <ArrayRef.h>
Static Public Attributes | |
| static const bool | value = !std::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.
Definition at line 507 of file ArrayRef.h.
|
static |
Definition at line 48 of file type_traits.h.
1.8.6