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

#include <CFG.h>

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

Static Public Attributes

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

Detailed Description

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

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

Member Data Documentation

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

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


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