LLVM  8.0.1
Static Public Attributes | List of all members
llvm::isPodLike< PointerIntPair< PointerTy, IntBits, IntType > > Struct Template Reference

#include "llvm/ADT/PointerIntPair.h"

Collaboration diagram for llvm::isPodLike< PointerIntPair< PointerTy, IntBits, IntType > >:
Collaboration graph
[legend]

Static Public Attributes

static const bool value = true
 

Detailed Description

template<typename PointerTy, unsigned IntBits, typename IntType>
struct llvm::isPodLike< PointerIntPair< PointerTy, IntBits, IntType > >

Definition at line 181 of file PointerIntPair.h.

Member Data Documentation

◆ value

template<typename PointerTy , unsigned IntBits, typename IntType >
const bool llvm::isPodLike< PointerIntPair< PointerTy, IntBits, IntType > >::value = true
static

Definition at line 182 of file PointerIntPair.h.


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