15 #include <meta/meta.hpp>
30 template <
typename ...types>
35 namespace seqan3::detail
46 SEQAN3_CONCEPT type_list_specialisation = is_type_specialisation_of_v<t, type_list>;
meta::list< types... > type_list
Type that contains multiple types, an alias for meta::list.
Definition: type_list.hpp:31
The main SeqAn3 namespace.
Definition: aligned_sequence_concept.hpp:29
Provides seqan3::type_list and auxiliary type traits.