![]() |
Bitcoin Core 29.99.0
P2P Digital Currency
|
Type helper splitting a TypeList into two halves at position index. More...
Type helper splitting a TypeList into two halves at position index.
Example: is_same<TypeList<int, double>, Split<2, TypeList<int, double, float, bool>>::First> is_same<TypeList<float, bool>, Split<2, TypeList<int, double, float, bool>>::Second>