24template <
typename... types>
33 return sizeof...(types);
A "pretty printer" for most SeqAn data structures and related types.
Definition debug_stream_type.hpp:79
The main SeqAn3 namespace.
Definition aligned_sequence_concept.hpp:26
Type that contains multiple types.
Definition type_list.hpp:26
static constexpr size_t size() noexcept
The number of types contained in the type list.
Definition type_list.hpp:31
Provides type traits for working with templates.