LLVM API Documentation

Static Public Attributes
llvm::isPodLike< T > Struct Template Reference

#include <type_traits.h>

Collaboration diagram for llvm::isPodLike< T >:
Collaboration graph
[legend]

List of all members.

Static Public Attributes

static const bool value = !std::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.

Definition at line 30 of file type_traits.h.


Member Data Documentation

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

Definition at line 38 of file type_traits.h.


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