Generate the Cartesian product of two type lists. More...
Generate the Cartesian product of two type lists.
Given two types lists L1 and L2, generate a new types list containing all possible combinations of types from L1 and L2 as a types<T1,T2> where T1 is from L1 and T2 is from L2.
| L1 | First types list |
| L2 | Second types list |