This graph shows which files directly or indirectly include this file:

Defines | |
| #define | SELECT(T) (*(const T*)0) |
| Type argument for types with no commas (simple or 1-par templates). | |
| #define | SELECT2(T1, T2) (*(const T1 , T2 *)0) |
| Type argument for types with one comma (2-parameters templates). | |
| #define | SELECT3(T1, T2, T3) (*(const T1 , T2, T3 *)0) |
| Type argument for types with two commas (3-parameters templates). | |
| #define | SELECT4(T1, T2, T3, T4) (*(const T1 , T2, T3, T4 *)0) |
| Type argument for types with three commas (4-parameters templates). | |
| #define | SELECTOR(T) const T & |
| Type formal argument for types with no commas (simple or 1-par templates). | |
| #define | SELECTOR2(T1, T2) const T1 , T2 & |
| Type formal argument for types with one comma (2-parameters templates). | |
| #define | SELECTOR3(T1, T2, T3) const T1 , T2, T3 & |
| Type formal argument for types with two commas (3-parameters templates). | |
| #define | SELECTOR4(T1, T2, T3, T4) const T1 , T2, T3, T4 & |
| Type formal argument for types with three commas (4-parameters templates). | |
1.3.7