LLVM API Documentation
Get a type based on whether two types are the same or not. For: More...
#include <PointerUnion.h>
Public Types | |
typedef PointerUnionTypeSelectorReturn < RET_NE >::Return | Return |
Get a type based on whether two types are the same or not. For:
typedef typename PointerUnionTypeSelector<T1, T2, EQ, NE>::Return Ret;
Ret will be EQ type if T1 is same as T2 or NE type otherwise.
Definition at line 35 of file PointerUnion.h.
typedef PointerUnionTypeSelectorReturn<RET_NE>::Return llvm::PointerUnionTypeSelector< T1, T2, RET_EQ, RET_NE >::Return |
Definition at line 36 of file PointerUnion.h.