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

#include <CFG.h>

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

Static Public Attributes

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

Detailed Description

template<typename T, typename U>
struct llvm::isPodLike< SuccIterator< T, U > >

Definition at line 279 of file IR/CFG.h.

Member Data Documentation

template<typename T , typename U >
const bool llvm::isPodLike< SuccIterator< T, U > >::value = isPodLike<T>::value
static

Definition at line 280 of file IR/CFG.h.


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