|
LLVM
4.0.0
|
Get a type based on whether two types are the same or not. 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:
Ret will be EQ type if T1 is same as T2 or NE type otherwise.
Definition at line 41 of file PointerUnion.h.
| typedef PointerUnionTypeSelectorReturn<RET_NE>::Return llvm::PointerUnionTypeSelector< T1, T2, RET_EQ, RET_NE >::Return |
Definition at line 42 of file PointerUnion.h.
1.8.6