struct PointerUnionTypeSelector
Declaration
template <typename T1, typename T2, typename RET_EQ, typename RET_NE>
struct PointerUnionTypeSelector { /* full declaration omitted */ };
Description
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.
Declared at: llvm/include/llvm/ADT/PointerUnion.h:40
Templates
- T1
- T2
- RET_EQ
- RET_NE