LLVM
8.0.1
|
Get a type based on whether two types are the same or not. More...
#include "llvm/ADT/PointerUnion.h"
Public Types | |
using | Return = typename PointerUnionTypeSelectorReturn< RET_NE >::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.
using llvm::PointerUnionTypeSelector< T1, T2, RET_EQ, RET_NE >::Return = typename PointerUnionTypeSelectorReturn<RET_NE>::Return |
Definition at line 42 of file PointerUnion.h.