Templa 0.0.1-alpha
C++ Metaprogramming Utilities
|
Splits a type list into two sublists using index sequences. More...
Splits a type list into two sublists using index sequences.
This template extracts the types at positions specified by two index sequences and places them into two separate template instances.
T | The template type to reconstruct the result (e.g., a type list). |
F | Index sequence for the first half. |
S | Index sequence for the second half. |