LLVM  3.7.0
Static Public Attributes | List of all members
llvm::isPodLike< Optional< T > > Struct Template Reference

#include <Optional.h>

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

Static Public Attributes

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

Detailed Description

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

Definition at line 148 of file Optional.h.

Member Data Documentation

template<typename T >
const bool llvm::isPodLike< Optional< T > >::value = isPodLike<T>::value
static

Definition at line 150 of file Optional.h.


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