LLVM API Documentation

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

#include <Optional.h>

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

List of all members.

Static Public Attributes

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

Detailed Description

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

Definition at line 127 of file Optional.h.


Member Data Documentation

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

Definition at line 129 of file Optional.h.


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