42 #include <meta/meta.hpp> 53 template <
typename ... types>
65 concept type_list_concept = is_type_specialisation_of_v<t, type_list>;
Provides seqan3::type_list and auxiliary metafunctions.
The main SeqAn3 namespace.
Definition: aligned_sequence_concept.hpp:58
Definition: aligned_sequence_concept.hpp:288
meta::list< types... > type_list
Type that contains multiple types, an alias for meta::list.
Definition: type_list.hpp:54