LLVM  4.0.0
Static Public Attributes | List of all members
llvm::isPodLike< std::pair< T, U > > Struct Template Reference

#include <type_traits.h>

Collaboration diagram for llvm::isPodLike< std::pair< T, U > >:
[legend]

Static Public Attributes

static const bool value = isPodLike<T>::value && isPodLike<U>::value
 

Detailed Description

template<typename T, typename U>
struct llvm::isPodLike< std::pair< T, U > >

Definition at line 54 of file type_traits.h.

Member Data Documentation

template<typename T , typename U >
const bool llvm::isPodLike< std::pair< T, U > >::value = isPodLike<T>::value && isPodLike<U>::value
static

Definition at line 55 of file type_traits.h.


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