|
SeqAn3 3.4.0
The Modern C++ library for sequence analysis.
|
Provides seqan3::alphabet_tuple_base. More...
#include <cassert>#include <concepts>#include <utility>#include <seqan3/alphabet/alphabet_base.hpp>#include <seqan3/alphabet/composite/detail.hpp>#include <seqan3/alphabet/concept.hpp>#include <seqan3/alphabet/detail/alphabet_proxy.hpp>#include <seqan3/utility/detail/integer_traits.hpp>#include <seqan3/utility/tuple/concept.hpp>#include <seqan3/utility/type_list/detail/type_list_algorithm.hpp>#include <seqan3/utility/type_list/traits.hpp>#include <seqan3/utility/type_list/type_list.hpp>#include <seqan3/utility/type_pack/traits.hpp>#include <seqan3/utility/type_traits/detail/transformation_trait_or.hpp>Go to the source code of this file.
Classes | |
| class | seqan3::alphabet_tuple_base< derived_type, component_types > |
| The CRTP base for a combined alphabet that contains multiple values of different alphabets at the same time.. More... | |
| struct | std::tuple_element< i, tuple_t > |
| Obtains the type of the specified element. More... | |
| struct | std::tuple_size< tuple_t > |
| Provides access to the number of elements in a tuple as a compile-time constant expression. More... | |
Namespaces | |
| namespace | seqan3 |
| The main SeqAn3 namespace. | |
| namespace | std |
| SeqAn specific customisations in the standard namespace. | |
Provides seqan3::alphabet_tuple_base.