SeqAn3 3.1.0
The Modern C++ library for sequence analysis.
seqan3::type_list< types > Struct Template Reference

Type that contains multiple types. More...

#include <seqan3/utility/type_list/type_list.hpp>

Public Types

using type = type_list
 The type list itself.
 

Static Public Member Functions

static constexpr size_t size () noexcept
 The number of types contained in the type list.
 

Detailed Description

template<typename ... types>
struct seqan3::type_list< types >

Type that contains multiple types.


The documentation for this struct was generated from the following file: