Templa 0.0.1-alpha
C++ Metaprogramming Utilities
Loading...
Searching...
No Matches
templa::type_list_split< T, F, S > Struct Template Reference

Splits a type list into two sublists using index sequences. More...

Detailed Description

template<typename T, typename F, typename S>
struct templa::type_list_split< T, F, S >

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.

Template Parameters
TThe template type to reconstruct the result (e.g., a type list).
FIndex sequence for the first half.
SIndex sequence for the second half.

The documentation for this struct was generated from the following file: