SeqAn3
type_list.hpp File Reference

Provides seqan3::type_list and auxiliary metafunctions. More...

#include <meta/meta.hpp>
#include <seqan3/core/metafunction/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 and auxiliary metafunctions.

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