SeqAn3  3.0.1
The Modern C++ library for sequence analysis.
type_list.hpp File Reference

Provides seqan3::type_list. More...

#include <meta/meta.hpp>
#include <seqan3/core/type_traits/template_inspection.hpp>
+ 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.
 

Detailed Description

Provides seqan3::type_list.

Author
Hannes Hauswedell <hannes.hauswedell AT fu-berlin.de>