Provides seqan3::alphabet_tuple_base. More...
#include <cassert>#include <utility>#include <meta/meta.hpp>#include <seqan3/alphabet/concept.hpp>#include <seqan3/alphabet/composite/detail.hpp>#include <seqan3/alphabet/alphabet_base.hpp>#include <seqan3/alphabet/detail/alphabet_proxy.hpp>#include <seqan3/core/concept/core_language.hpp>#include <seqan3/core/concept/tuple.hpp>#include <seqan3/core/detail/int_types.hpp>#include <seqan3/core/type_traits/transformation_trait_or.hpp>#include <seqan3/std/concepts>
Include dependency graph for alphabet_tuple_base.hpp:
This graph shows which files directly or indirectly include this file: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 | |
| seqan3 | |
| The main SeqAn3 namespace. | |
| std | |
| SeqAn specific customisations in the standard namespace. | |
Provides seqan3::alphabet_tuple_base.