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

#include "llvm/IR/CFG.h"

Collaboration diagram for llvm::isPodLike< SuccIterator< T, U > >:
Collaboration graph
[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 241 of file CFG.h.

Member Data Documentation

◆ value

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

Definition at line 242 of file CFG.h.


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