Provides seqan3::type_list. More...
Include dependency graph for type_list.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| seqan3 | |
| The main SeqAn3 namespace. | |
Typedefs | |
| template<typename ... types> | |
| using | seqan3::type_list = meta::list< types... > |
| Type that contains multiple types, an alias for meta::list. | |
Provides seqan3::type_list.